github.com/wikibal01/hashicorp-terraform@v0.11.12-beta1/website/docs/commands/workspace/index.html.md (about) 1 --- 2 layout: "commands-workspace" 3 page_title: "Command: workspace" 4 sidebar_current: "docs-workspace-index" 5 description: |- 6 The terraform workspace command is used to manage workspaces. 7 --- 8 9 # Command: workspace 10 11 The `terraform workspace` command is used to manage 12 [workspaces](/docs/state/workspaces.html). 13 14 This command is a container for further subcommands. These subcommands are 15 listed in the navigation bar. 16 17 ## Usage 18 19 Usage: `terraform workspace <subcommand> [options] [args]` 20 21 Please choose a subcommand from the navigation for more information.