Files
coder/cli/testdata/coder_state_push_--help.golden
Kacper Sawicki 2e2d0dde44 feat(cli): backport #21374 to 2.29 (#21561)
backport #21374 to 2.29

feat(cli): add --no-build flag to state push for state-only updates
#21374
2026-01-20 15:46:46 -06:00

18 lines
415 B
Plaintext

coder v0.0.0-devel
USAGE:
coder state push [flags] <workspace> <file>
Push a Terraform state file to a workspace.
OPTIONS:
-b, --build int
Specify a workspace build to target by name. Defaults to latest.
-n, --no-build bool
Update the state without triggering a workspace build. Useful for
state-only migrations.
———
Run `coder --help` for a list of global options.