-
Notifications
You must be signed in to change notification settings - Fork 5
CLI flag and password prompt improvements #769
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
CLI flag and password prompt improvements #769
Conversation
This PR has been released (on staging) and is available for download with a embedded-cluster-smoke-test-staging-app license ID. Online Installer:
Airgap Installer (may take a few minutes before the airgap bundle is built):
Happy debugging! |
b2ab104
to
4405010
Compare
4405010
to
6f41736
Compare
Name: "no-prompt", | ||
Usage: "Disable interactive prompts. The Admin Console password will be set to password.", | ||
Value: false, | ||
}, | ||
&cli.StringFlag{ | ||
Name: "no-proxy", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this flag be right below the http-proxy and https-proxy flags?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I considered grouping those together but did it alphabetically, which seems fairly standard.
--admin-console-password
flag toinstall