parent
a9958d4e25
commit
6b3022254c
|
@ -67,6 +67,7 @@ influx [command]
|
||||||
| [template](/influxdb/v2.0/reference/cli/influx/template) | Summarize and validate an InfluxDB template |
|
| [template](/influxdb/v2.0/reference/cli/influx/template) | Summarize and validate an InfluxDB template |
|
||||||
| [transpile](/influxdb/v2.0/reference/cli/influx/transpile) | Manually transpile an InfluxQL query to Flux |
|
| [transpile](/influxdb/v2.0/reference/cli/influx/transpile) | Manually transpile an InfluxQL query to Flux |
|
||||||
| [user](/influxdb/v2.0/reference/cli/influx/user) | User management commands |
|
| [user](/influxdb/v2.0/reference/cli/influx/user) | User management commands |
|
||||||
|
| [version](/influxdb/v2.0/reference/cli/influx/version) | Print the influx CLI version |
|
||||||
| [write](/influxdb/v2.0/reference/cli/influx/write) | Write points to InfluxDB |
|
| [write](/influxdb/v2.0/reference/cli/influx/write) | Write points to InfluxDB |
|
||||||
|
|
||||||
## Mapped environment variables
|
## Mapped environment variables
|
||||||
|
|
|
@ -0,0 +1,23 @@
|
||||||
|
---
|
||||||
|
title: influx version
|
||||||
|
description: The `influx version` command outputs the current version of the influx command line interface (CLI).
|
||||||
|
influxdb/v2.0/tags: [influx, cli]
|
||||||
|
menu:
|
||||||
|
influxdb_2_0_ref:
|
||||||
|
parent: influx
|
||||||
|
weight: 202
|
||||||
|
---
|
||||||
|
|
||||||
|
The `influx version` command outputs the current version of the influx command line interface (CLI).
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
```
|
||||||
|
influx version [flags]
|
||||||
|
```
|
||||||
|
|
||||||
|
## Flags
|
||||||
|
|
||||||
|
| Flag | | Description |
|
||||||
|
|:---- |:--- |:----------- |
|
||||||
|
| `-h` | `--help` | Help for the `version` command |
|
Loading…
Reference in New Issue