From 8318e7a1dea01008cc13d8c3ee21c2f7ed4b3de2 Mon Sep 17 00:00:00 2001 From: Phill MV Date: Mon, 24 Jun 2024 09:32:32 -0400 Subject: [PATCH] Actually, let's keep `download` in beta for now. --- pkg/cmd/attestation/download/download.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/cmd/attestation/download/download.go b/pkg/cmd/attestation/download/download.go index b73513341..b6459b1fd 100644 --- a/pkg/cmd/attestation/download/download.go +++ b/pkg/cmd/attestation/download/download.go @@ -23,6 +23,8 @@ 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. + Download attestations associated with an artifact for offline use. The command requires either: