diff --git a/docs/cli/commands/export.mdx b/docs/cli/commands/export.mdx index 8f6667a5d..16c226084 100644 --- a/docs/cli/commands/export.mdx +++ b/docs/cli/commands/export.mdx @@ -128,6 +128,12 @@ infisical export --template= + + By default imported secrets are available, you can disable it by setting this option to false. + + Default value: `true` + + Format of the output file. Accepted values: `dotenv`, `dotenv-export`, `csv`, `json` and `yaml` diff --git a/docs/cli/commands/run.mdx b/docs/cli/commands/run.mdx index 9cd8f0a80..74aa84947 100644 --- a/docs/cli/commands/run.mdx +++ b/docs/cli/commands/run.mdx @@ -126,6 +126,12 @@ $ infisical run -- npm run dev + + By default imported secrets are available, you can disable it by setting this option to false. + + Default value: `true` + + {" "}