molecule-cli/internal
Molecule AI SDK-Dev ab91b652ef fix(cli): implement true YAML output support
The `--output yaml` flag was accepted but aliased to JSON since
printYAML() was never defined. Add printYAML() using gopkg.in/yaml.v3
(already an indirect dep via viper) and split all output format
branches into explicit json/yaml/table paths.

Affected commands: workspace list/create/inspect/audit,
agent list/inspect/peers, platform audit/health.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-24 03:47:00 +00:00
..
client feat: implement full CLI command tree 2026-04-21 01:18:24 +00:00
cmd fix(cli): implement true YAML output support 2026-04-24 03:47:00 +00:00