- Notifications
You must be signed in to change notification settings - Fork928
Closed
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 errorValidation 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.