Skip to content

Conversation

@tmeckel
Copy link
Owner

@tmeckel tmeckel commented Oct 20, 2025

Closes: #80

Introduce reusable helpers for decoding security namespace actions so future permission commands can share consistent bitmask rendering.
Extend the security permission list command to load namespace actions and display allow and deny masks using named bits instead of raw integers.
Make the helper return its boolean explicitly so callers get the computed flag detection value instead of relying on the zero-value.
Replace the lingering gh help reference in the MinTTY error message with the azdo equivalent to match the CLI name.
Update the startup optimisation comment so it refers to the azdo binary rather than gh.
Remove the outdated gh auth refresh guidance from the pull request create help text so instructions stay azdo focused.
Ensure the root help output directs users to `azdo help formatting`, reflecting the renamed CLI.
Swap the remaining gh-prefixed examples in the formatting help topic with azdo commands to keep guidance consistent.
Switch to the table printer and alphabetically sort namespaces so the list command produces deterministic, easier-to-read results.
Wire the new list command into the security permission group so it is available to CLI users.
Remove superfluous blank lines in the markdown test to keep the suite formatted consistently.
Update the formatting help page so every sample command uses the azdo CLI branding.
Adjust the embedded formatting cheat sheet so the documented commands match the azdo CLI.
Drop the outdated gh authentication hint from the pull reqsuest create documentation to avoid confusion.
Add the new security permission list command to the generated command index so it appears in help.
Generate documentation for the new security permission list command including usage, options, and examples.
@tmeckel tmeckel merged commit bb49b8f into master Oct 20, 2025
1 check passed
@tmeckel tmeckel deleted the tmeckel/issue80 branch October 20, 2025 18:44
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.

feat: Implement azdo security permission list command

1 participant