docs: fix missing export format yaml

This commit is contained in:
Salman K.A.A
2023-10-11 18:48:56 +05:30
committed by GitHub
parent 5e4d4f56e3
commit 9838c29867

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>