config
Manage CLI configuration — view and set config values.
config path
Print the config file path.
Output example: /home/user/.config/monito/config.json
config get
Get a config value.
For object values (like user), outputs JSON. For string values, outputs the raw string.
config set
Set a config value. Currently only host is settable.
Other keys will be rejected with an error message listing the settable keys.