We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
see #16048 for a list of env vars we use.
We use viper.BindEnv to access env vars for the CLI tool, but it isn't used in all places where it should be.
viper.BindEnv
Investigate where env vars aren't being used in our CLI and add support in those places.
The text was updated successfully, but these errors were encountered:
did a quick ack around cmd and found these files not using viper.BindEnv in places where it should
cmd
cmd/influx/bucket.go cmd/influx/authorization.go cmd/influx/organization.go cmd/influx/pkg.go cmd/influx/setup.go
@jademcgough
Sorry, something went wrong.
dearyhud
Successfully merging a pull request may close this issue.
see #16048 for a list of env vars we use.
We use
viper.BindEnv
to access env vars for the CLI tool, but it isn't used in all places where it should be.Investigate where env vars aren't being used in our CLI and add support in those places.
The text was updated successfully, but these errors were encountered: