Background
Some global flags should be able to be passed as environment variables instead of flags only.
--json
--with-client-creds
--with-client-creds-file
--debug
--tls-no-verify
--host
--profile
Acceptance Criteria
- flags that make sense are able to be read from the environment
- environment variables (if found) take precedence over flag arguments or native OS keyring values (auth)
- new option is documented