Declarative Config
runta apply
Section titled “runta apply”Apply declarative runtime configuration from a JSON file.
runta apply [OPTIONS]| Option | Description |
|---|---|
-f, --file <FILE> | Path to JSON config file. |
--dry-run | Preview changes without applying. |
--schema | Print the JSON Schema for the config format and exit. |
runta delete
Section titled “runta delete”Delete runtimes declared in a config file.
runta delete --file <FILE>