Skip to main content

Module json_output

Module json_output 

Source
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).
JsonOutput
Top-level JSON output structure for all commands.

Enums§

Status
Execution status.