[ENH] - re-prompt user during guided init #1812
Labels
area: nebari-cli
help wanted
Extra attention is needed
needs: PR 📬
This item has been scoped and needs to be worked on
type: enhancement 💅🏼
New feature or request
Feature description
While running
nebari init --guided-init
, one of the first things that one has to put in is a project name. There are some requirements listed, but if one puts in something that violates those, you are greeted by aValueError
and the process terminates.At this point one has to start from scratch. Since we are already validating here, IMO it would be a lot better UX to just re-prompt the user. For example:
Value and/or benefit
Less frustration.
Anything else?
No response
The text was updated successfully, but these errors were encountered: