Files
komodo/bin/cli
mbecker20 62b083c3be docsite
2024-05-09 03:12:53 -07:00
..
2024-05-09 03:12:53 -07:00
2024-05-09 03:12:53 -07:00
2024-05-09 03:12:53 -07:00
2024-05-09 03:12:53 -07:00
2024-05-09 03:12:53 -07:00

monitor CLI

Monitor CLI is a command line tool to sync monitor resources and execute file defined procedures.

Examples

## Sync resources in a single file
monitor sync ./resources/deployments.toml

## Sync resources gathered across multiple files in a directory
monitor sync ./resources

## Path defaults to './resources', in this case you can just use:
monitor sync
## Execute a TOML defined procedure
monitor exec ./execution/execution.toml