2015-03-03 10:14:16 -04:00
|
|
|
# envs
|
|
|
|
|
|
|
|
Use this command to list all environment variables for a particular application.
|
|
|
|
Notice we will support per-device environment variables soon.
|
|
|
|
|
|
|
|
This command lists all custom environment variables set on the devices running
|
|
|
|
the application. If you want to see all environment variables, including private
|
|
|
|
ones used by resin, use the verbose option.
|
|
|
|
|
|
|
|
Example:
|
|
|
|
|
|
|
|
$ resin envs --application 91
|
|
|
|
$ resin envs --application 91 --verbose
|
|
|
|
|
|
|
|
## Options
|
|
|
|
|
2015-03-16 08:51:26 -04:00
|
|
|
### --application, --a,app, --a,app <application>
|
2015-03-03 10:14:16 -04:00
|
|
|
|
2015-03-23 08:25:45 -04:00
|
|
|
application name
|
2015-03-03 10:14:16 -04:00
|
|
|
|
|
|
|
### --verbose, -v
|
|
|
|
|
|
|
|
show private environment variables
|