mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-09 04:12:51 +00:00
23 lines
572 B
Markdown
23 lines
572 B
Markdown
|
# 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
|
||
|
|
||
|
### --application, --a,app, --a,app <application>
|
||
|
|
||
|
application id
|
||
|
|
||
|
### --verbose, -v
|
||
|
|
||
|
show private environment variables
|