mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00: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:
2
docs/reference/cli/templates_push.md
generated
2
docs/reference/cli/templates_push.md
generated
@ -41,7 +41,7 @@ Alias of --variable.
|
||||
|------|---------------------------|
|
||||
| Type | <code>string-array</code> |
|
||||
|
||||
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="-".
|
||||
|
||||
### --name
|
||||
|
||||
|
Reference in New Issue
Block a user