Files
vercel/errors/missing-env-key-value.md
Leo Lamprecht 2a0d4555dc Added links to the errors (#869)
* 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
2017-09-17 17:24:22 +02:00

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