Command Line Interface

SSMD ships a command-line tool for creating, validating, converting, and formatting SSMD files. The CLI uses Typer/Click for command registration and provides a root-level --json option for machine-readable output with stable success/error envelopes.

After installing SSMD, the ssmd command is available:

pip install ssmd
ssmd --version

You can also run it as python -m ssmd.

Exit codes