pluralsh/plural-cli

Implement Regex condition validation for recipe inputs

Opened this issue · 1 comments

There are some inputs we know must pass certain regexes like network names (emails?), and the recipe should validate rather than accepting them blindly. This will also require coordination with a very small graphql change.

I actually think this might be properly supported