Skip to content

Add auth modes to generated docs and polish README#303

Merged
AndreyVMarkelov merged 1 commit into
masterfrom
docs/readme-auth-modes
Jun 28, 2026
Merged

Add auth modes to generated docs and polish README#303
AndreyVMarkelov merged 1 commit into
masterfrom
docs/readme-auth-modes

Conversation

@AndreyVMarkelov

@AndreyVMarkelov AndreyVMarkelov commented Jun 28, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Export CommandManifestAuthModes so gen-docs can include auth mode metadata in command reference pages
  • Every command doc now shows which token types it requires (personal, team-access, team-manage, or none)
  • README: add link to automation/exit-code docs, share-link stdout capture example, troubleshooting section
  • README: fix Go Report Card badge cache, remove duplicate ls --output=json example
  • README: clarify gen-docs/CI relationship

Test plan

  • go test ./... passes
  • golangci-lint run clean
  • go run ./tools/gen-docs produces zero diff
  • Command docs show correct auth modes (e.g. ls → personal/team-access, team add-member → team-manage, version → none)

Export CommandManifestAuthModes for gen-docs to include auth mode
metadata in command reference pages. Update README with automation
link, share-link capture example, and troubleshooting section.
@AndreyVMarkelov AndreyVMarkelov merged commit 1d0c204 into master Jun 28, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant