Modeler CLI

Syside Modeler CLI is a standalone command-line tool for validating and formatting SysML v2 models, generating diagrams in PNG, SVG, and JPEG formats, and exporting tabular data Labs as CSV files. It provides Syside Modeler functionality from the command-line interface without requiring VS Code or a related IDE.

Syside Labs Labs

Diagram generation and tabular export are early-stage features under Labs. The command surface and output may change as the built-in visualization engine matures.

Ideal for CI/CD pipelines, git hooks, document generation, and batch diagram and tabular export.

Single terminal session
$ syside check
All checks passed!

$ syside viz view . -o diagrams
Wrote diagrams/01_electrical_quadcopter.svg

$ syside table export . -o tables
Exported view requirements_table to tables/table-requirements_table.csv
Interconnection diagram of a quadcopter's electrical system, generated by the Modeler CLI

Example diagram generated by the CLI

Get started: