mark tuf-root-verify cmd hidden

Signed-off-by: Meredith Lancaster <malancas@github.com>
This commit is contained in:
Meredith Lancaster 2024-03-05 16:21:55 -07:00
parent 56261d7bcb
commit 2923d106ff

View file

@ -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.