Expand description
Output formatting for CLI commands
Supports three output modes:
- JSON: Machine-readable structured output for agents
- Text: Human-readable formatted output
- Quiet: No output (exit code only)
Structsยง
- CliContext
- Context for command execution - holds formatter and logging options
- Command
Result - Result of a CLI command execution
- Output
Formatter - Formats command output in different modes