content/shared/influxdb-v2/reference/release-notes/influx-cli.md
--skipRowOnError.--username-password flag.go to 1.20.3.influx secret delete command works correctly.bucket update command.fpm for packaging.openapi.go releaser to v1.13.1.go to 1.19.6.sys to v0.6.0 to support riscv.influx task create
to create a new task, only override the every task option defined in the Flux
script when the -e,--every flag is provided.openapi 5.1.1 to enable arm builds.--username-password flag to influx config set. Include username:password after this flag to ensure a session is automatically authenticated for the config. Include username (without password) to prompt for a password before creating the session.go.mod.stdin could not be used to create tasks.data_type to dataType to ensure CSV files are successfully uploaded.remoteOrgID). Add warning that remoteOrgID is required for InfluxDB Cloud and InfluxDB OSS, but not required for InfluxDB 1.x (OSS or Enterprise).influx org members add.influx scripts.influx CLI connection configurations as alternative to API tokens when using the CLI.-) passed to the CLI without =.influx remote command.influx replication command.api/v2/config endpoint to display the runtime configuration (for example, when you run influxd print-config). This endpoint lets you review runtime configuration while the instance is live.Auth create command supports multiple buckets.influx-debug-id header for tracing.-e jsonnet template.This release includes two new bug fixes.
Improve error messages for unknown subcommands (Error: command “…” not recognized.) by describing how to
run ./influx --help to see a list of valid commands. Thanks @slai!
Ensure org members remove API calls successfully remove a member from an organization by fixing accidental swap of orgID and userID. Thanks @geek981108!
This release includes three new features and bug fixes.
This release makes it easier to create API tokens with the influx CLI, adds support for viewing more than 20 buckets using influx bucket list, and adds a shorthand flag for bucket (-b) to influx delete.
{{% show-in "v2" %}}
Add the ability to use the influx CLI to create an Operator token with read and write permissions to all resources in all organizations available in InfluxDB. (Note, this is the same permissions generated for the initial token created by influx setup or influxd upgrade.)
{{% /show-in %}}
Add the ability to use the influx CLI to create an All Access API token with read and write permissions to all resources in an organization.
Update influx bucket list with pagination to support displaying more than 20 buckets. By default, buckets are fetched in batches of 20; set --page-size to override this default value. You may also limit the total number of buckets to display with --limit (by default, there's no limit).
Add the shorthand flag -b for --bucket to influx delete.
influx restore (either setting a new --active config or updating the INFLUX_TOKEN variable).influx setup.Upgrade to Go 1.17.
influx commands.--http-debug flag visible in help text.--host flag when writing CLI configs in setup.This is the initial release of the influx CLI from the influxdata/influx-cli GitHub repository.
influx write skip-header parsingTo simplify the CLI parser, the write command no longer supports --skipHeader
as short-hand for --skipHeader 1.
influx template commandsThe apply, export, and stacks commands now raise errors when CLI options fail to parse instead of silently discarding bad inputs.
This change was made to help users debug when their commands fail to execute as expected.
The template and template validate commands now use an API request to the server to perform their logic, instead of performing the work on the client-side.
Offline summarization and validation is no longer supported.
This change was made to avoid significant code duplication between influxdb and influx CLI, and to allow server-side template logic to evolve without requiring coordinated CLI changes.
influx stacks --json output conventionsThe output of influx stacks --json previously used an UpperCamelCase naming convention for most keys.
The command now uses lowerCamelCase consistently for all objects keys, matching the schema returned by the API.
--http-debug flag to all influx commands to help inspect communication with InfluxDB servers.bucket create to allow setting a schema type.bucket list to display schema types.--skip-verify flag to the INFLUX_SKIP_VERIFY environment variable.backup and restore:
backup to support downloading embedded SQL store from InfluxDB 2.0 or later.--compression flag to support gzip compression of downloaded files.restore to support uploading embedded SQL store from InfluxDB v2.1.x.--password flag to user password command to allow bypassing interactive prompt.org members list no longer hangs on organizations with more than 10 members.write contain standalone CR characters.dashboards command now accepts --org flag, or falls back to default org in config.