Skip to content

Commit 84e48ae

Browse files
committed
cli: Hide config-diff and delete-deployment
These were added without docs or tests and only apply right now to the composefs backend. Hide them until they meet the above quality bars. Signed-off-by: Colin Walters <[email protected]>
1 parent 9185005 commit 84e48ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/lib/src/cli.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,9 @@ pub(crate) enum Opt {
680680
Internals(InternalsOpts),
681681
ComposefsFinalizeStaged,
682682
/// Diff current /etc configuration versus default
683+
#[clap(hide = true)]
683684
ConfigDiff,
685+
#[clap(hide = true)]
684686
DeleteDeployment {
685687
depl_id: String,
686688
},

0 commit comments

Comments
 (0)