Expand description
JSON output format for scripting and automation.
Provides structured JSON output mode that:
- Emits valid JSON only (no extraneous output)
- Includes version, command, status in all outputs
- Tracks artifacts (generated files) with paths and sizes
- Collects warnings and errors
- Supports optional metadata for command-specific data
Structs§
- Artifact
- File artifact (generated output file).
- Json
Output - Top-level JSON output structure for all commands.
Enums§
- Status
- Execution status.