Skip to content
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 should be able to drive with environment variables #403

Open
jakedoublev opened this issue Oct 9, 2024 · 0 comments
Open

CLI should be able to drive with environment variables #403

jakedoublev opened this issue Oct 9, 2024 · 0 comments

Comments

@jakedoublev
Copy link
Contributor

Background

Some global flags should be able to be passed as environment variables instead of flags only.

  1. --json
  2. --with-client-creds
  3. --with-client-creds-file
  4. --debug
  5. --tls-no-verify
  6. --host
  7. --profile

Acceptance Criteria

  1. flags that make sense are able to be read from the environment
  2. environment variables (if found) take precedence over flag arguments or native OS keyring values (auth)
  3. new option is documented
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant