adj cluster state push
Push this machine's local tfstate to the control plane
Push the local terraform.tfstate bundle for this cluster to the control plane, holding the operation lock for the duration of the push.
Unlike 'cluster provision'/'deprovision', this does NOT pull-and-merge first — it uploads the local file byte-for-byte. If the control plane's stored serial is >= the local serial, the push is rejected (409) so you don't clobber a newer remote state; run 'cluster state pull' to inspect it first.
Usage
adj cluster state push <id|name> [flags]
Flags
| Flag | Shorthand | Default | Description |
|---|---|---|---|
--yes |
false |
skip the confirmation prompt |
Global flags
| Flag | Shorthand | Default | Description |
|---|---|---|---|
--context |
— |
config context to use (overrides current-context) | |
--output |
-o | table |
output format: table|json|yaml |
--server |
— |
server base URL (overrides the active context) | |
--token |
— |
access token (overrides the active context) | |
--verbose |
-v | false |
log requests to stderr |