Add miroir-ctl management CLI with: - clap root CLI with admin-key loading (env → credentials file → flag) - All 15 subcommand stubs from plan §4 - Unit tests for credential loader priority order - Clear "not yet implemented" messages pointing to tracking bead Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
3 lines
68 B
Rust
3 lines
68 B
Rust
//! miroir-ctl: Miroir management CLI library
|
|
|
|
pub mod credentials;
|