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
Is your feature request related to a problem? Please describe.
If I have a var with enum set with no default value and I run flowpipe server (or flowpipe pipeline run), should I be shown the possible values? Currently it’s not showing anything extra:
cbruno@M1P awscompliance % flowpipe server
{"time":"2024-10-16T01:54:43.272274-04:00","level":"ERROR","msg":"Error loading input variables","error":"missing 1 variable value:\n\tcis_v300_2_enabled_pipelines not set\n"}
Variables defined with no value set.
var.cis_v300_2_enabled_pipelines
List of CIS v3.0.0 section 2 pipelines to enable.
Enter a value:
Is your feature request related to a problem? Please describe.
If I have a var with enum set with no default value and I run flowpipe server (or flowpipe pipeline run), should I be shown the possible values? Currently it’s not showing anything extra:
Var definition:
Describe the solution you'd like
Show enum values
Describe alternatives you've considered
Look at var definition
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: