Command and configuration reference#
Use the guides to learn the workflow. Use the client's built-in help for the exact commands and flags supported by the binary you installed.
Ask the installed client#
On your Mac:
limanix --version
limanix --help
limanix create --help
limanix shell --help
limanix modules --help
Need |
Command or guide |
|---|---|
Create or update a VM |
|
Lifecycle and shell access |
|
Module selectors and imports |
|
Network helper setup |
|
TOML fields, defaults, and examples |
|
JSON output for scripts |
|
Generate an editable TOML example#
Use a new, empty directory on your Mac:
mkdir config-example
limanix first-config config-example
The command writes config-example/limanix.toml. Review the architecture, sample
mounts, ports, and environment before using it. It overwrites an existing file
with that name; it does not merge configuration or create missing directories.
For a small first-run configuration without sample mounts, use Getting started.
References for a release#
The release assembly adds a CLI reference, a configuration field reference, and a downloadable generated TOML example. They are produced from the same command definitions and configuration model as the selected client version.
The generated example shows model defaults, including example paths. It is not a record of any VM on your Mac. The configuration field tables also describe those defaults; the configuration guide explains how omitted and empty collections behave when loading a file.
A local preview of the handwritten guides can be read without generated files. For generator commands and release assembly, see Develop the client.