Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
Description
We've set a tag in a template push operation by accident. The ProvisionerD was deployed without any tags set. We could not roll back this operation as there was no setting to manipulate the tag via Coder CLI . And we could not delete the template and push it again as it was in use by other developer.
We also tried to pass an empty tag list to --provisioner-tag parameter without success.
Relevant Log Output
Expected Behavior
The Coder CLI should be able to unset all tags if no argument is passed to --provisioner-tag parameter.
Steps to Reproduce
- deploy an provisionerd with any tag
- set a tag via coder template push --provisioner-tag env=test
- try to delete the tag while not deleting the whole template
Environment
- Host OS: AKS
- Coder version: v2.20.2
Additional Context
No response