From 40abc9a7856a5732eee366b587258bb9a5523254 Mon Sep 17 00:00:00 2001 From: Phill MV Date: Sun, 23 Jun 2024 21:54:01 -0400 Subject: [PATCH] Removed beta note from `gh at download`. --- pkg/cmd/attestation/download/download.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/cmd/attestation/download/download.go b/pkg/cmd/attestation/download/download.go index 3af3b6200..b73513341 100644 --- a/pkg/cmd/attestation/download/download.go +++ b/pkg/cmd/attestation/download/download.go @@ -23,8 +23,6 @@ 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: