mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
feat: add cli support for workspace automatic updates (#10438)
This commit is contained in:
13
cli/testdata/coder_autoupdate_--help.golden
vendored
Normal file
13
cli/testdata/coder_autoupdate_--help.golden
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
coder v0.0.0-devel
|
||||
|
||||
USAGE:
|
||||
coder autoupdate [flags] <workspace> <always|never>
|
||||
|
||||
Toggle auto-update policy for a workspace
|
||||
|
||||
OPTIONS:
|
||||
-y, --yes bool
|
||||
Bypass prompts.
|
||||
|
||||
———
|
||||
Run `coder --help` for a list of global options.
|
Reference in New Issue
Block a user