XervoIO / cli

The command line interface for deploying Node.js applications to Xervo.io.
https://xervo.io
MIT License
54 stars 23 forks source link

Show built in environment variables when listing env vars #80

Open tzmanics opened 8 years ago

tzmanics commented 8 years ago

$ modulus env list should show the built-in environment variables (where possible).

theworkflow commented 8 years ago

Is this request to include env vars that are not related to the CLI (stored in a user's shell configuration)?

theworkflow commented 8 years ago

Just wanted to ping on this one... Refer to comment above

jackboberg commented 8 years ago

I believe this is in reference to the fact that we set additional environment variables at runtime that are not exposed in this CLI command, (eg: PORT, APP_DIR, or SERVO_ID).

theworkflow commented 8 years ago

Hm. I think those environment variables are exposed inside of the servo only...