From a6fe23312299e95dfb1cfdef1ec410d92e6e6399 Mon Sep 17 00:00:00 2001 From: Cristobal Date: Thu, 16 May 2024 11:44:29 +0200 Subject: [PATCH] Feat: missing documentation for include-imports in export and run command --- docs/cli/commands/export.mdx | 6 ++++++ docs/cli/commands/run.mdx | 6 ++++++ 2 files changed, 12 insertions(+) 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` + + {" "}