The CLI is the developer entry point for the SDK: scaffolding, configuration,
session management, transport diagnostics, packaging, and certification.
This page summarizes the command groups; run musterbox <command> --help for
the authoritative help of your installed version.
Project setup
Session & auth
The session is stored in ~/.musterbox/session.json.
Diagnostics
Storage journal
Packaging & certification
SDK introspection
CI integration
The CLI is CI-friendly: --json everywhere that matters, --strict for
validation, and a zero-exit certification gate. Wire these three into your
release pipeline:
Last modified on September 10, 2026