Use new GitHub previews terminology in attestation commands' help docs by BagToad · Pull Request #9799 · cli/cli · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/cmd/attestation/download/download.go
2 changes: 1 addition & 1 deletion pkg/cmd/attestation/inspect/inspect.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion pkg/cmd/attestation/trustedroot/trustedroot.go