github.com/danp/terraform@v0.9.5-0.20170426144147-39d740081351/website/source/docs/commands/env/list.html.md (about) 1 --- 2 layout: "commands-env" 3 page_title: "Command: env list" 4 sidebar_current: "docs-env-sub-list" 5 description: |- 6 The terraform env list command is used to list all created state environments. 7 --- 8 9 # Command: env list 10 11 The `terraform env list` command is used to list all created state environments. 12 13 ## Usage 14 15 Usage: `terraform env list` 16 17 The command will list all created environments. The current environment 18 will have an asterisk (`*`) next to it. 19 20 ## Example 21 22 ``` 23 $ terraform env list 24 default 25 * development 26 mitchellh-test 27 ```