CLI Commands Reference¶
The CLI itself is the source of truth for flags and subcommands. This page points to the main command groups and the docs that explain how they fit together.
Main command groups¶
The current command groups live under src/niamoto/cli/commands/.
Common entry points:
niamoto initniamoto importniamoto transformniamoto exportniamoto deployniamoto runniamoto guiniamoto pluginsniamoto statsniamoto optimize
Check the installed version¶
For the exact options supported by your installed version:
uv run niamoto --help
uv run niamoto <command> --help