monitor_cli-1.4.1 is not a library.
Monitor CLI
Monitor CLI is a tool to sync monitor resources and execute file defined procedures.
Install
Usage
Configure a file ~/.config/monitor/creds.toml file with contents:
= "https://your.monitor.address"
= "YOUR-API-KEY"
= "YOUR-API-SECRET"
Note. You can specify a different creds file by using --creds ./other/path.toml.
With your creds in place, you can run syncs:
## Sync resources in a single file
## Sync resources gathered across multiple files in a directory
## Path defaults to './resources', in this case you can just use:
And executions:
## Execute a TOML defined procedure