Skip to content

Update docs to reflect axon get view and detail flags#394

Closed
axon-agent[bot] wants to merge 1 commit intomainfrom
axon-task-393
Closed

Update docs to reflect axon get view and detail flags#394
axon-agent[bot] wants to merge 1 commit intomainfrom
axon-task-393

Conversation

@axon-agent
Copy link

@axon-agent axon-agent bot commented Feb 19, 2026

Summary

  • Document axon get <resource> <name> for viewing a specific resource in table format
  • Document axon get <resource> <name> -d for viewing detailed information
  • Add axon get Flags section to docs/reference.md covering --detail, --output, and --all-namespaces
  • Move --output from Common Flags to the new axon get Flags section for clarity

Test plan

  • Verify README renders correctly on GitHub
  • Verify docs/reference.md renders correctly

Closes #393

🤖 Generated with Claude Code


Summary by cubic

Update CLI docs to document axon get <resource> <name> and the --detail (-d) flag, adding an axon get Flags section for --output/-o and --all-namespaces/-A and moving --output there for clarity; addresses Linear #393.

Written for commit 59e168d. Summary will update on new commits.

Document the `axon get <resource> <name>` usage for viewing specific
resources and the `--detail` (`-d`) flag for detailed output. Also
document `--output` and `--all-namespaces` flags under a new
`axon get` Flags section in the reference docs.

Closes #393

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update readme to reflect newly added axon get view

1 participant