Class WorkflowCLI
java.lang.Object
com.scivicslab.actoriac.cli.WorkflowCLI
Main command-line interface for actor-IaC.
This is the entry point for all actor-IaC commands. Use subcommands to execute specific operations:
Subcommands
run- Execute workflowslist- List available workflowsdescribe- Describe workflow structurelogs- Query execution logslog-server- Start H2 log server
Usage Examples
actor-iac run -d ./workflows -w deploy actor-iac list -d ./workflows actor-iac logs --db ./logs --list actor-iac log-server --db ./logs
- Since:
- 2.7.0
- Author:
- devteam@scivics-lab.com
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
WorkflowCLI
public WorkflowCLI()
-
-
Method Details
-
main
-
call
-