Skip to content

Commit

Permalink
Feat: missing documentation for include-imports in export and run com…
Browse files Browse the repository at this point in the history
…mand
  • Loading branch information
Cristobal committed May 16, 2024
1 parent 5e678b1 commit a6fe233
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/cli/commands/export.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down
6 changes: 6 additions & 0 deletions docs/cli/commands/run.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit a6fe233

Please sign in to comment.