mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-10 04:22:12 +00:00
* Added two example error links * More messages added * Even more cool stuff * Removed useless assignments * Weird stuff removed * Fixed exiting * Added missing space * Added another error message
412 B
412 B
Missing Env Key and Value
Why This Error Occurred
You specified the --env or -e flag and didn't add a name and value for the environment variable.
Possible Ways to Fix It
Make sure to set the name and value of the variable like this:
now -e VARIABLE_NAME="VALUE"
You can also specify a environment variable that contains a secret:
now -e VARIABLE_NAME=@secret-name