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
Changing between CLI config is the most common config action, but currently that requires updating the config to active, like this:
influx config update -n my-config -a
We should make this way easier to remember, ideally no more than three words and no flags.
My preference is that we shorten it to this:
influx config my-name
To make my-name the active config.
my-name
The text was updated successfully, but these errors were encountered:
kelwang
Successfully merging a pull request may close this issue.
Changing between CLI config is the most common config action, but currently that requires updating the config to active, like this:
influx config update -n my-config -a
We should make this way easier to remember, ideally no more than three words and no flags.
My preference is that we shorten it to this:
influx config my-name
To make
my-name
the active config.The text was updated successfully, but these errors were encountered: