Skip to content

Conversation

@cgwalters
Copy link
Collaborator

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.

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 <walters@verbum.org>
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request correctly hides the config-diff and delete-deployment CLI commands by adding the #[clap(hide = true)] attribute. The change is simple, effective, and aligns with the goal of hiding these features until they are fully documented and tested. I have one minor suggestion to improve code consistency and readability.

/// Diff current /etc configuration versus default
#[clap(hide = true)]
ConfigDiff,
#[clap(hide = true)]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For consistency with the ConfigDiff variant and for better code readability, consider adding a doc comment explaining what this command does, even though it's hidden from the CLI.

    /// Delete a deployment by ID
    #[clap(hide = true)]

@cgwalters cgwalters merged commit 84e48ae into bootc-dev:main Nov 13, 2025
35 of 37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants