CLI reference
arcctl command reference
Manage Arcwell workspaces and workloads from a scriptable command-line interface.
Global flags
| Flag | Purpose | Default |
|---|---|---|
| --workspace | Select workspace | Current config |
| --environment | Select environment | local |
| --output | Set text or json output | text |
| --no-color | Disable terminal color | false |
Common commands
shell
arcctl init <name>
arcctl dev
arcctl validate
arcctl plan
arcctl apply
arcctl inspect stream <name>
arcctl replay <event-id>Automation
Use --output json in automation. Human-readable output may change to improve clarity, while JSON fields remain stable within a major version.