• v0.7.2.0 ec538d7ef0

    brian released this 2026-06-08 14:00:47 -07:00 | 34 commits to main since this release

    feat: secrets list --json machine-readable output (EGB-699)

    Adds a --json flag to secrets list emitting a structured object for tooling/CI (feeds the EGB-671 install scripts): {store, projects[].entries[]}, each entry self-describing via a type discriminator (dotenv→path / external→subtype+path). Mirrors the recursive store walk; jq assembles it so stdout stays pure JSON (notices→stderr); jq required only in --json mode. 7 new bats tests; full suite 261 pass / 0 fail.

    Downloads