You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as of now you can configure the influx cli with either INFLUX_HOST and INFLUX_TOKEN or the token setup in ~/.influxdbv2/credentials and this is a good starting point.
But soon will rise the need to be handling multiple instances and endpoints or credentials for th e same instance for testing/debug purposes. I'd like to be able to have profiles just like the aws cli with the ~/.influxdbv2/credentials file looking something like
as of now you can configure the
influx
cli with eitherINFLUX_HOST
andINFLUX_TOKEN
or the token setup in~/.influxdbv2/credentials
and this is a good starting point.But soon will rise the need to be handling multiple instances and endpoints or credentials for th e same instance for testing/debug purposes. I'd like to be able to have profiles just like the
aws
cli with the~/.influxdbv2/credentials
file looking something likeand the usage can be along the lines of
influx --profile=frankfurt bucket find
or setup theINFLUX_PROFILE=frankfurt
env variableThe text was updated successfully, but these errors were encountered: