[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live)

[Feedback](/c/feedback/8)

# Requesting for a new export env. feature

70 views · 0 likes · 2 posts


Sahil Ansari01 (@sahil-ansari01) · 2025-09-15



I would like to request an export features for the env inside the environment variable page of a deployed projects.
![image|541x500](upload://xlOgiOqw5tEfRWBZG7YpLcQOunt.png)


Amy Egan (@amyegan) · 2025-09-16

Thanks for the suggestion. Vercel doesn’t currently have a built-in export feature for environment variables from the dashboard, but there are other ways to export variables.

* Use the [Vercel CLI](https://vercel.com/docs/cli/env) command `vercel env pull [filename]` to copy variables to a local file - https://vercel.com/docs/cli/env
* Use the Vercel API to programmatically fetch environment variables - https://vercel.com/docs/rest-api/reference/endpoints/projects/retrieve-the-environment-variables-of-a-project-by-id-or-name