From 9838c298677341f3d3706bd868ca442d2ea55394 Mon Sep 17 00:00:00 2001 From: "Salman K.A.A" <40920317+Salman2301@users.noreply.github.com> Date: Wed, 11 Oct 2023 18:48:56 +0530 Subject: [PATCH] docs: fix missing export format `yaml` --- docs/cli/commands/export.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli/commands/export.mdx b/docs/cli/commands/export.mdx index 9ba15c34d..49446e734 100644 --- a/docs/cli/commands/export.mdx +++ b/docs/cli/commands/export.mdx @@ -88,7 +88,7 @@ Export environment variables from the platform into a file 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`