Monito CLI

config

Manage CLI configuration — view and set config values.

config path

Print the config file path.

monito-cli config path

Output example: /home/user/.config/monito/config.json

config get

Get a config value.

monito-cli config get host
monito-cli config get user
monito-cli config get token

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.

monito-cli config set host https://your-instance.example.com

Other keys will be rejected with an error message listing the settable keys.

On this page