Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 577 Bytes

list.md

File metadata and controls

33 lines (21 loc) · 577 Bytes

list command

Use the list command to display saved environments or the properties of a specific environment.

To list all saved environments:

$ envm list

To list the properties of a specific environment:

$ envm list <tag>

Flags

--current or -c

Displays the properties of the current environment, making it easier to quickly view the configuration in use.

$ envm list --current

--target or -t

Displays the properties of the target properties file (target).

$ envm list --target