From 96da5f74caec2f3f2e7c2486c085e803c67d0987 Mon Sep 17 00:00:00 2001 From: Phill MV Date: Fri, 22 Mar 2024 16:33:49 -0400 Subject: [PATCH] lets hide tuf-root-verify eh? --- pkg/cmd/attestation/tufrootverify/tufrootverify.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkg/cmd/attestation/tufrootverify/tufrootverify.go b/pkg/cmd/attestation/tufrootverify/tufrootverify.go index 3c62a77ab..05971da54 100644 --- a/pkg/cmd/attestation/tufrootverify/tufrootverify.go +++ b/pkg/cmd/attestation/tufrootverify/tufrootverify.go @@ -17,9 +17,10 @@ func NewTUFRootVerifyCmd(f *cmdutil.Factory, runF func() error) *cobra.Command { var mirror string var root string var cmd = cobra.Command{ - Use: "tuf-root-verify --mirror --root ", - Args: cobra.ExactArgs(0), - Short: "Verify the TUF repository from a provided TUF root", + Use: "tuf-root-verify --mirror --root ", + Args: cobra.ExactArgs(0), + Short: "Verify the TUF repository from a provided TUF root", + Hidden: true, Long: heredoc.Docf(` Verify a TUF repository with a local TUF root.