github.com/danp/terraform@v0.9.5-0.20170426144147-39d740081351/website/source/docs/commands/env/index.html.md (about) 1 --- 2 layout: "commands-env" 3 page_title: "Command: env" 4 sidebar_current: "docs-env-index" 5 description: |- 6 The `terraform env` command is used to manage state environments. 7 --- 8 9 # Env Command 10 11 The `terraform env` command is used to manage 12 [state environments](/docs/state/environments.html). 13 14 This command is a nested subcommand, meaning that it has further subcommands. 15 These subcommands are listed to the left. 16 17 ## Usage 18 19 Usage: `terraform env <subcommand> [options] [args]` 20 21 Please click a subcommand to the left for more information.