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"