diff --git a/pkg/cmd/attestation/download/download.go b/pkg/cmd/attestation/download/download.go index 770fa442b..77c928093 100644 --- a/pkg/cmd/attestation/download/download.go +++ b/pkg/cmd/attestation/download/download.go @@ -24,7 +24,7 @@ func NewDownloadCmd(f *cmdutil.Factory, runF func(*Options) error) *cobra.Comman Args: cmdutil.ExactArgs(1, "must specify file path or container image URI, as well as one of --owner or --repo"), Short: "Download an artifact's attestations for offline use", Long: heredoc.Docf(` - ### NOTE: This feature is currently in beta, and subject to change. + ### NOTE: This feature is currently in public preview, and subject to change. Download attestations associated with an artifact for offline use. diff --git a/pkg/cmd/attestation/inspect/inspect.go b/pkg/cmd/attestation/inspect/inspect.go index c548b2ec7..c139a5af2 100644 --- a/pkg/cmd/attestation/inspect/inspect.go +++ b/pkg/cmd/attestation/inspect/inspect.go @@ -26,7 +26,7 @@ func NewInspectCmd(f *cmdutil.Factory, runF func(*Options) error) *cobra.Command Hidden: true, Short: "Inspect a sigstore bundle", Long: heredoc.Docf(` - ### NOTE: This feature is currently in beta, and subject to change. + ### NOTE: This feature is currently in public preview, and subject to change. Inspect a downloaded Sigstore bundle for a given artifact. diff --git a/pkg/cmd/attestation/trustedroot/trustedroot.go b/pkg/cmd/attestation/trustedroot/trustedroot.go index c092b81ec..1a40aae3f 100644 --- a/pkg/cmd/attestation/trustedroot/trustedroot.go +++ b/pkg/cmd/attestation/trustedroot/trustedroot.go @@ -35,7 +35,7 @@ func NewTrustedRootCmd(f *cmdutil.Factory, runF func(*Options) error) *cobra.Com Args: cobra.ExactArgs(0), Short: "Output trusted_root.jsonl contents, likely for offline verification", Long: heredoc.Docf(` - ### NOTE: This feature is currently in beta, and subject to change. + ### NOTE: This feature is currently in public preview, and subject to change. Output contents for a trusted_root.jsonl file, likely for offline verification.