Merge pull request #11652 from cli/jkylekelly/trustroot-doc

Remove mention of public preview in trustedroot.go
This commit is contained in:
Kyle Kelly 2025-09-02 16:59:56 -07:00 committed by GitHub
commit ade581679c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,8 +37,6 @@ 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 public preview, and subject to change.
Output contents for a trusted_root.jsonl file, likely for offline verification.
When using %[1]sgh attestation verify%[1]s, if your machine is on the internet,