You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following error will be shown when the required variable is missing:
task: Task "deploy" cancelled because it is missing required variables: ENV
When an enum is set like here, it would be great if the allowed values would be shown in the error. This way the user doesn't have to look into the Taskfile to see what values are allowed in situations where this isn't obvious.
The text was updated successfully, but these errors were encountered:
Description
With a task like the following:
The following error will be shown when the required variable is missing:
task: Task "deploy" cancelled because it is missing required variables: ENV
When an
enum
is set like here, it would be great if the allowed values would be shown in the error. This way the user doesn't have to look into the Taskfile to see what values are allowed in situations where this isn't obvious.The text was updated successfully, but these errors were encountered: