Merge pull request #1450 from Cristobal-M/feat-support-imports-in-cli-export

feat(cli): support of include-imports in export command
This commit is contained in:
Akhil Mohan
2024-05-17 14:21:34 +05:30
committed by GitHub
2 changed files with 12 additions and 0 deletions

View File

@@ -128,6 +128,12 @@ infisical export --template=<path to template>
</Accordion>
<Accordion title="--include-imports">
By default imported secrets are available, you can disable it by setting this option to false.
Default value: `true`
</Accordion>
<Accordion title="--format">
Format of the output file. Accepted values: `dotenv`, `dotenv-export`, `csv`, `json` and `yaml`

View File

@@ -126,6 +126,12 @@ $ infisical run -- npm run dev
</Accordion>
<Accordion title="--include-imports">
By default imported secrets are available, you can disable it by setting this option to false.
Default value: `true`
</Accordion>
{" "}
<Accordion title="--env">