influx-cli
influx-cli copied to clipboard
CLI for managing resources in InfluxDB v2
many CLI tools for cloud products allow users to run a command to log into their cloud account and configure their CLI tool. https://firebase.google.com/docs/cli#sign-in-test-cli https://devcenter.heroku.com/articles/heroku-cli#getting-started https://docs.microsoft.com/en-us/cli/azure/authenticate-azure-cli#sign-in-interactively This issue would add...
If I only have one config, the config command does this: ``` % influx config list Active Name URL Org cloud https://eastus-1.azure.cloud2.influxdata.com 0261487478164c85 rickspencer@ip-192-168-1-239 ~ % influx config Active Name...
Current behavior is that a user can only be made member of an org
Hello! Now i'am doing data delete by this command: `influx delete --bucket Bucket_Name --org My_Org --start '1970-01-01T00:00:00Z' --stop $(date +"%Y-%m-%dT%H:%M:%SZ") --predicate '_measurement="metrics"'` This will delete all data in "metrics" You...
`influx auth` matches the API, but it's not what a user thinks about when they want to work with tokens. we should consider an alias that is `influx token` for...
`influx setup` isn't idempotent: if it fails after the CLI sends an onboarding request to the server, subsequent runs will fail with an "instance has already been set up" error....
``` $ influx get buckets $ influx export $ influx apply pkg $ influx config ... ``` instead of having the rest hierarchy we have now, we orient it around...
__Proposal:__ Like to add the ability to use an existing profile to pull remote data for autocompletion in the shell. Example: ```sh influx bucket ls --id= foo_bucket FOO_BUCKET_ID Description of...
__Proposal:__ Using the influx command line tool, the output format should be in csv or json as well as the default. This exists with older version of ./influx and should...