Skip to content

Commit

Permalink
update export command docs with proejctId flag
Browse files Browse the repository at this point in the history
  • Loading branch information
maidul98 committed Mar 1, 2023
1 parent d3d5ead commit 0d16f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cli/commands/export.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Export environment variables from the platform into a file format.
| Option | Description | Default value |
| ------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------- |
| `--env` | Used to set the environment that secrets are pulled from. Accepted values: `dev`, `staging`, `test`, `prod` | `dev` |
| `--projectId` | Only required if injecting via the [service token method](../token). If you are not using service token, the project id will be automatically retrieved from the `.infisical.json` located at the root of your local project. | `None` |
| `--projectId` | By default the project id isretrieved from the `.infisical.json` located at the root of your local project. This flag allows you to override this behavior | `None` |
| `--expand` | Parse shell parameter expansions in your secrets (e.g., `${DOMAIN}`) | `true` |
| `--format` | Format of the output file. Accepted values: `dotenv`, `dotenv-export`, `csv` and `json` | `dotenv` |

Expand Down

0 comments on commit 0d16f70

Please sign in to comment.