Class RunCLI

java.lang.Object
com.scivicslab.actoriac.cli.RunCLI
All Implemented Interfaces:
Callable<Integer>

public class RunCLI extends Object implements Callable<Integer>
CLI subcommand to execute actor-IaC workflows.

This is the main workflow execution command. It supports executing workflows defined in YAML, JSON, or XML format with optional overlay configuration.

Usage

actor-iac run -d /path/to/workflows -w main-workflow.yaml
actor-iac run --dir ./workflows --workflow deploy --threads 8
actor-iac run -d ./workflows -w deploy -i inventory.ini -g webservers
Since:
2.10.0
Author:
devteam@scivics-lab.com