From b8c0198f94dd32a727c0771b965ae67e26c22e10 Mon Sep 17 00:00:00 2001 From: pierwill Date: Wed, 1 Apr 2020 13:55:17 -0700 Subject: [PATCH] Add `influx config -` command to CLI docs Add command to switch to previous config --- content/v2.0/reference/cli/influx/config/_index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/v2.0/reference/cli/influx/config/_index.md b/content/v2.0/reference/cli/influx/config/_index.md index 77992186e..d8ac8a923 100644 --- a/content/v2.0/reference/cli/influx/config/_index.md +++ b/content/v2.0/reference/cli/influx/config/_index.md @@ -30,6 +30,12 @@ influx config influx config local-config ``` +To quickly switch back to the previous configuration, use the following command: + +```sh +influx config - +``` + ## Subcommands | Subcommand | Description | |:---- |:----------- |