Add `influx config -` command to CLI docs
Add command to switch to previous configpull/902/head
parent
ff0a313f8b
commit
b8c0198f94
|
@ -30,6 +30,12 @@ influx config <config-name>
|
|||
influx config local-config
|
||||
```
|
||||
|
||||
To quickly switch back to the previous configuration, use the following command:
|
||||
|
||||
```sh
|
||||
influx config -
|
||||
```
|
||||
|
||||
## Subcommands
|
||||
| Subcommand | Description |
|
||||
|:---- |:----------- |
|
||||
|
|
Loading…
Reference in New Issue