From 1c3488f8db9f81bc394075492a48e5a7c3dc07db Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Fri, 10 Feb 2023 17:41:31 -0800 Subject: [PATCH] add reset infisical docs --- docs/cli/commands/reset.mdx | 11 +++++++++++ docs/mint.json | 3 ++- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 docs/cli/commands/reset.mdx diff --git a/docs/cli/commands/reset.mdx b/docs/cli/commands/reset.mdx new file mode 100644 index 000000000..da4d2a596 --- /dev/null +++ b/docs/cli/commands/reset.mdx @@ -0,0 +1,11 @@ +--- +title: "infisical reset" +description: "Reset Infisical" +--- + +```bash +infisical reset +``` + +## Description +This command provides a way to clear all Infisical-generated configuration data, effectively resetting the software to its default settings. This can be an effective way to address any persistent issues that arise while using the CLI. \ No newline at end of file diff --git a/docs/mint.json b/docs/mint.json index 9ee85928b..2dd45d6ba 100644 --- a/docs/mint.json +++ b/docs/mint.json @@ -114,7 +114,8 @@ "cli/commands/run", "cli/commands/secrets", "cli/commands/export", - "cli/commands/vault" + "cli/commands/vault", + "cli/commands/reset" ] }, "cli/faq"