mark tuf-root-verify cmd hidden
Signed-off-by: Meredith Lancaster <malancas@github.com>
This commit is contained in:
parent
56261d7bcb
commit
2923d106ff
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ func NewTUFRootVerifyCmd(f *cmdutil.Factory) *cobra.Command {
|
|||
var cmd = cobra.Command{
|
||||
Use: "tuf-root-verify --mirror <mirror-url> --root <root.json>",
|
||||
Args: cobra.ExactArgs(0),
|
||||
Hidden: true,
|
||||
Short: "Verify the TUF repository from a provided TUF root",
|
||||
Long: heredoc.Docf(`
|
||||
Verify a TUF repository with a local TUF root.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue