Newer Version Available
This is documentation for version 2.11.0. See the latest version.
Commands
actor-IaC provides the following CLI commands:
| Command | Description |
|---|---|
| run | Execute workflows on local or remote nodes |
| list | List available workflows in a directory |
| describe | Display workflow structure and step descriptions |
| log-search | Search and query workflow execution logs |
| log-serve | Start a centralized log server |
| log-merge | Merge multiple log databases into one |
Basic Usage
# Show help
./actor_iac.java --help
# Show help for a specific command
./actor_iac.java run --help