-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[now-cli] Add now env
command
#3999
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3999 +/- ##
=======================================
Coverage 13.13% 13.13%
=======================================
Files 290 290
Lines 10312 10312
Branches 1348 1348
=======================================
Hits 1354 1354
Misses 8865 8865
Partials 93 93 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👌
Co-Authored-By: Luc <luc.leray@gmail.com>
This PR adds a new command
now env
for managing environment variables for a given project. This will complement the changes in the Dashboard and will provide 3 possible environments:production
,preview
, anddevelopment
.now env ls
now env add
now env rm
now env pull
now env ls
now env add
now env rm -y
now env pull -y
now env add FOO preview < secret.txt