manifoldco / torus-cli

A secure, shared workspace for secrets
https://www.torus.sh
BSD 3-Clause "New" or "Revised" License
613 stars 32 forks source link

Improve validation errors displayed to users #351

Closed ianlivingstone closed 6 years ago

ianlivingstone commented 6 years ago

We now return more informative errors to the user when validating slugs and names across the cli.

At the same time as doing this, I refactored to reduce repetition across our usage of promptui.

Closes #342