github.com/nathanielks/terraform@v0.6.1-0.20170509030759-13e1a62319dc/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.