pluralsh / plural-cli

cli for the plural platform
MIT License
27 stars 10 forks source link

Implement Regex condition validation for recipe inputs #18

Open michaeljguarino opened 2 years ago

michaeljguarino commented 2 years ago

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.

michaeljguarino commented 2 years ago

I actually think this might be properly supported