Appearance
Installing the CLI
We provide a command line application that you can use to interact with the SystemsLab server. This page describes how to install it.
Once installed check out the command line reference to see all available CLI commands.
Configuration
Most CLI commands need to connect to a SystemsLab server. To avoid having to specify the server URL in the parameters every time you can create a config file .config/systemslab.toml
and specify the server url within:
toml
systemslab_url = "http://example.com/systemslab"
See the command line reference for the complete list of locations the systemslab
command looks for config files in.