mirror of
https://github.com/moghtech/komodo.git
synced 2026-09-11 16:01:27 +00:00
470 B
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