📄️ run
The run command executes a workflow against target nodes. This is the primary command for running infrastructure automation tasks with actor-IaC.
📄️ list
The list command displays all workflow files discovered in a directory. This helps you see which workflows are available before running them.
📄️ describe
The describe command displays the description and structure of a workflow. This helps you understand what a workflow does before running it.
📄️ log-search
The log-search command queries workflow execution logs stored in an H2 database. This enables you to review past executions, analyze failures, and audit what happened on each node.
📄️ log-serve
The log-serve command starts an H2 TCP server for centralized workflow logging. This enables multiple actor-IaC processes to write to a single shared log database.
📄️ log-merge
The log-merge command consolidates multiple log databases into a single database. This is useful for combining logs from scattered workflow executions into one queryable database.