-
Notifications
You must be signed in to change notification settings - Fork 945
Closed
Labels
cliArea: CLIArea: CLIs3Bugs that confuse, annoy, or are purely cosmeticBugs that confuse, annoy, or are purely cosmetic
Description
I'm testing if templates with unexpected names like --help
will pass validation. Fortunately they do not, and the process fails with the validation error Validation failed for tag "template_name" with value: "--help"
.
However, in the CLI I only see this:
$ pwd
/Users/danny/Code/coder/coder/scratch/--help
$ coder templates push
...
Encountered an error running "coder templates push"
Trace=[Usage: coder templates push [flags] [template]
Error: ]
Validation failed.
Edit: upon further inspection it seems like validation errors from the API are never displayed.
Metadata
Metadata
Assignees
Labels
cliArea: CLIArea: CLIs3Bugs that confuse, annoy, or are purely cosmeticBugs that confuse, annoy, or are purely cosmetic