github influxdata/influx-cli v2.1.0

latest releases: v2.7.5, v2.7.4, v2.7.3...
2 years ago

v2.1.0 [2021-07-29]

New Repository

This is the initial release of the influx CLI from the influxdata/influx-cli GitHub repository.

Breaking Changes

influx write skip-header parsing

The write command no longer supports --skipHeader as short-hand for --skipHeader 1. This change was made to simplify our CLI parser.

Stricter input validation for template-related commands

The 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.

Server-side template summarization & validation

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 & 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 conventions

The output of influx stacks --json previously used an UpperCamelCase naming convention for most, but not all, keys. The command now uses lowerCamelCase consistently for all objects keys, matching the schema returned by the API.

Features

  1. 33: Add global --http-debug flag to help inspect communication with InfluxDB servers.
  2. 52: Add bucket-schema commands to manage explicit measurement schemas in InfluxDB Cloud.
  3. 52: Update bucket create to allow setting a schema type.
  4. 52: Update bucket list to display schema types.
  5. 116: Reimplement backup to support downloading embedded SQL store from InfluxDB v2.1.x.
  6. 116: Add --compression flag to backup to support enabling/disabling GZIP compression of downloaded files.
  7. 121: Reimplement restore to support uploading embedded SQL store from InfluxDB v2.1.x.
  8. 191: Add --password flag to user password command to allow bypassing interactive prompt.
  9. 208: Bind --skip-verify flag to INFLUX_SKIP_VERIFY environment variable.

Bug Fixes

  1. 35: Fix interactive password collection & color rendering in PowerShell.
  2. 97: org members list no longer hangs on organizations with more than 10 members.
  3. 109: Detect & warn when inputs to write contain standalone CR characters.
  4. 122: dashboards command now accepts --org flag, or falls back to default org in config.
  5. 140: Return a consistent error when responses fail to decode, with hints for OSS- our Cloud-only commands.
OSS BINARY FILES SHA256
influxdb2-client-2.1.0-linux-amd64.tar.gz 1110315149127d29ebbb90b252d73d1a2f828551466bda3bd7b011158e78a857
influxdb2-client-2.1.0-linux-arm64.tar.gz cfc73a54b04350d667bc0b6796e6f77ff33d1e720cc701b96b11ac602f154c90
influxdb2-client-2.1.0-windows-amd64.zip 3d1aac05ca0dd13782231ebd95806a0feb863e1eddca74c82dc3c941c2c54095
influxdb2-client-2.1.0-darwin-amd64.tar.gz b6aef5bce44dd863b325b5a34c10b93c95a4f829d4544eae350b1de4e15a79ae

Don't miss a new influx-cli release

NewReleases is sending notifications on new releases.