DEV Community

StuartCreed
StuartCreed

Posted on • Updated on

Using local node variables

To print all node variables currently in your terminal:
printenv

To add a node variable:
export NEW_ENVIRONMENT_VARIABLE='something....'

You can also:

echo $DB_ then tab to can parameters

Top comments (0)