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.
$ 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
Example diagram generated by the CLI
Get started:
Install Modeler CLI - Installation and license activation
Quickstart - From model to diagrams in a single command
Diagram Generation - Rendering workflows and examples
CLI Commands - The full reference for every command and flag
Configure Modeler CLI -
syside.tomldiscovery and settingsSysML v2 Diagram Coverage - Examples of supported diagrams