Merge pull request #1079 from Salman2301/patch-1

docs: fix missing export format `yaml`
This commit is contained in:
Maidul Islam
2023-10-12 05:02:06 -04:00
committed by GitHub

View File

@@ -88,7 +88,7 @@ Export environment variables from the platform into a file format.
</Accordion>
<Accordion title="--format">
Format of the output file. Accepted values: `dotenv`, `dotenv-export`, `csv` and `json`
Format of the output file. Accepted values: `dotenv`, `dotenv-export`, `csv`, `json` and `yaml`
Default value: `dotenv`
</Accordion>