Files
komodo/bin/cli/README.md
T
2024-05-09 03:12:53 -07:00

470 B

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