add Scott's edits
parent
b75034ce12
commit
8b74ebcaaa
|
@ -20,10 +20,14 @@ influx config [command]
|
|||
## Subcommands
|
||||
| Subcommand | Description |
|
||||
|:---- |:----------- |
|
||||
| [create](/v2.0/reference/cli/influx/config/create) | Create a new connection configuration to include in the configuration (`config`) file (by default, at `~/.influxdbv2/config`).
|
||||
| [list](/v2.0/reference/cli/influx/config/create) | List connection configurations.
|
||||
| [delete](/v2.0/reference/cli/influx/config/delete | Delete a connection configuration.
|
||||
| [set](/v2.0/reference/cli/influx/config/set) | Set or update a connection configuration.
|
||||
| `-h`, `--help` | Help for the `config` command.
|
||||
| [create](/v2.0/reference/cli/influx/config/create) | Create a new connection configuration
|
||||
| [list](/v2.0/reference/cli/influx/config/create) | List connection configurations
|
||||
| [delete](/v2.0/reference/cli/influx/config/delete | Delete a connection configuration
|
||||
| [set](/v2.0/reference/cli/influx/config/set) | Set or update a connection configuration
|
||||
|
||||
## Flags
|
||||
| Flag | Description |
|
||||
|:---- |:----------- |
|
||||
| `-h`, `--help` | Help for the `find` command
|
||||
|
||||
{{% cli/influx-global-flags %}}
|
||||
|
|
|
@ -8,7 +8,7 @@ menu:
|
|||
weight: 201
|
||||
---
|
||||
|
||||
The `influx config create` command creates a new InfluxDB connection configuration and stores it in the `config` file (by default, stored at `~/.influxdbv2/config`).
|
||||
The `influx config create` command creates a new InfluxDB connection configuration and stores it in the `configs` file (by default, stored at `~/.influxdbv2/configs`).
|
||||
|
||||
## Usage
|
||||
```
|
||||
|
@ -21,7 +21,7 @@ influx config create [flags]
|
|||
| `-a,`, `--active` | Set the specified connection to be the active configuration. | |
|
||||
| `-h`, `--help` | Help for the `create` command | |
|
||||
| `-n`, `--name` | (**Required**) Name of the new configuration. | string |
|
||||
| `-o`, `--org` | (Optional) Organization name | string |
|
||||
| `u`, `--url` | (**Required**) Connection URL for the new configuration. | string |
|
||||
| `-o`, `--org` | Organization name | string |
|
||||
| `u`, `--url` | (**Required**) Connection URL for the new configuration. | string |
|
||||
|
||||
{{% cli/influx-global-flags %}}
|
||||
|
|
|
@ -8,7 +8,7 @@ menu:
|
|||
weight: 201
|
||||
---
|
||||
|
||||
The `influx config delete` command deletes an InfluxDB connection configuration from the `config` file (by default, stored at `~/.influxdbv2/config`).
|
||||
The `influx config delete` command deletes an InfluxDB connection configuration from the `configs` file (by default, stored at `~/.influxdbv2/configs`).
|
||||
|
||||
## Usage
|
||||
```
|
||||
|
@ -16,9 +16,9 @@ influx config delete [flags]
|
|||
```
|
||||
|
||||
## Flags
|
||||
| Flag | Description | Input type | {{< cli/mapped >}} |
|
||||
|:---- |:----------- |:----------: |:------------------ |
|
||||
| `-h`, `--help` | Help for the `delete` command | | |
|
||||
| `-n`, `--name` | (**Required**) Name of InfluxDB connection configuration to delete | string | |
|
||||
| Flag | Description | Input type |
|
||||
|:---- |:----------- |:----------: |
|
||||
| `-h`, `--help` | Help for the `delete` command | |
|
||||
| `-n`, `--name` | (**Required**) Name of InfluxDB connection configuration to delete | string |
|
||||
|
||||
{{% cli/influx-global-flags %}}
|
||||
|
|
|
@ -8,7 +8,7 @@ menu:
|
|||
weight: 201
|
||||
---
|
||||
|
||||
The `influx config list` command lists all InfluxDB connection configurations in the `config` file (by default, stored at `~/.influxdbv2/config`). Each connection configuration includes a url, authentication token, and active setting. An asterisk (`*`) indicates the active configuration.
|
||||
The `influx config list` command lists all InfluxDB connection configurations in the `configs` file (by default, stored at `~/.influxdbv2/configs`). Each connection configuration includes a URL, authentication token, and active setting. An asterisk (`*`) indicates the active configuration.
|
||||
|
||||
## Usage
|
||||
```
|
||||
|
|
|
@ -8,7 +8,7 @@ menu:
|
|||
weight: 201
|
||||
---
|
||||
|
||||
The `influx config update` command updates information in an InfluxDB connection configuration in the `config` file (by default, stored at `~/.influxdbv2/config`).
|
||||
The `influx config update` command updates information in an InfluxDB connection configuration in the `configs` file (by default, stored at `~/.influxdbv2/configs`).
|
||||
|
||||
## Usage
|
||||
```
|
||||
|
@ -17,7 +17,7 @@ influx config update [flags]
|
|||
|
||||
#### Aliases
|
||||
|
||||
`set` , `update` TX
|
||||
`set` , `update`
|
||||
|
||||
## Flags
|
||||
| Flag | Description | Input type |
|
||||
|
|
Loading…
Reference in New Issue