feature request: vercel env push #12115
Replies: 1 comment
-
This discussion was automatically closed because the community moved to vercel.community |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Idea
What I'm Trying to Do
I have environment variables set up for my
production
,preview
, anddevelopment
environments. I want to create a single-branch preview that uses theproduction
values, except for a couple of tweaks.What I'd Like
I'd like to be able to do this:
or maybe
cat .env.production > vercel env push preview my-branch
Workaround
I wrote a script that
Beta Was this translation helpful? Give feedback.
All reactions