mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix(cli): allow specifying empty provisioner tag set with --provisioner-tag="-" (#18205)
Relates to https://github.com/coder/coder/issues/17818 Note: due to limitations in `cobra/serpent` I ended up having to use `-` to signify absence of provisioner tags. This value is not a valid key-value pair and thus not a valid tag.
This commit is contained in:
+4
-1
@@ -33,7 +33,10 @@ OPTIONS:
|
||||
generated if not provided.
|
||||
|
||||
--provisioner-tag string-array
|
||||
Specify a set of tags to target provisioner daemons.
|
||||
Specify a set of tags to target provisioner daemons. If you do not
|
||||
specify any tags, the tags from the active template version will be
|
||||
reused, if available. To remove existing tags, use
|
||||
--provisioner-tag="-".
|
||||
|
||||
--var string-array
|
||||
Alias of --variable.
|
||||
|
||||
Reference in New Issue
Block a user