docs(security): mark experimental subcommands and clarify synopsis
What
Fixes documentation issues in the new glab security command group (shipped in !3464 (merged)).
- Experimental marker on all subcommands. The
glab securitygroup is experimental, but only the top-level command carried the marker.config,enable,disable, andstatushad no experimental signal. A user landing directly on any of those pages (or running-h) saw no warning. Added(EXPERIMENTAL)to eachShortand the standardtext.ExperimentalStringnote to eachLong, matching the convention used by themcpandorbitgroups. - Top-level synopsis. The
securityLongonly paraphrased itsShort("Manage" → "Configure"). Rewrote it to add real context instead of repeating the short description.
Docs regenerated with make gen-docs; source edits and generated pages are in the same commit.
Testing
make gen-docs,make build, andgo test ./internal/commands/security/...all pass.- Verified against the binary:
glab security config -hand theenable/disable/statushelp now show the experiment note (previously absent).
Relates issues
Closes #8385 (closed)
Edited by Brendan Lynch