The runta CLI manages runtime lifecycle, command execution, files,
checkpoints, egress policy, secrets, TLS certificates, and declarative runtime
configuration.
runta [OPTIONS] <COMMAND>
| Group | Commands |
|---|
| Setup | Install the CLI and configure endpoint, token, logging, and JSON output. |
| Runtime Commands | Create, list, inspect, resize, pause, resume, stop, delete, and execute commands in runtimes. |
| Files | Copy files or directories between the local machine and a runtime. |
| Declarative Config | Apply or delete runtimes from JSON configuration files. |
| Checkpoints | Create, restore, list, and delete runtime checkpoints through the snapshot command group. |
| Egress | Manage runtime egress allowlists and inspect egress audit events. |
| Secrets | Store tenant credentials and manage runtime-scoped injection rules. |
| TLS | Generate local mTLS certificate material. |
| Command | Description |
|---|
runta run | Create a new runtime. |
runta ps | List runtimes. |
runta exec | Run a command inside a runtime. |
runta inspect | Show detailed runtime information. |
runta rm | Remove one or more runtimes. |
runta delete | Delete runtimes declared in a config file. |
runta shutdown | Shut down a runtime. |
runta boot | Boot a stopped runtime. |
runta pause | Pause a running runtime. |
runta resume | Resume a paused runtime. |
runta resize | Resize runtime resources. |
runta snapshot | Manage runtime checkpoints through the CLI snapshot command group. |
runta cp | Copy files between the local machine and a runtime. |
runta apply | Apply declarative runtime configuration from a JSON file. |
runta egress | Manage per-runtime egress controls and audit events. |
runta secret | Manage tenant stored credentials and injection rules. |
runta tls | Manage TLS certificates. |