-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace builtins input with Click #119
Comments
We need to think this through a bit. The idea from start was to steer away from external libs and use STD library. But at this point we are likely moving into a container environment installer and this repo will be its source. I think its time for Click to walk in. We also should replace argparse since Click will be available. |
That wouldn't be possible from start as we relies heavily on kubernetes and YAML packages. |
as much as possible. :D Anyways as said lets move on with adding It at this point because we will move into using a Kubernetes manifest to install. |
change of prompts to Click will be replaced gradually . |
Most of |
The
pygluu/kubernetes/prompt
consists of lots ofinput
calls. Many of them are dealing with default values, confirmation, validation, etc. Those are tedious tasks and error prone.I would like to propose to replace them with Click.
The text was updated successfully, but these errors were encountered: