2017-05-31 02:46:12 +02:00
|
|
|
---
|
|
|
|
layout: "commands-workspace"
|
|
|
|
page_title: "Command: workspace"
|
2018-12-21 03:18:13 +01:00
|
|
|
sidebar_current: "docs-commands-workspace-index"
|
2017-05-31 02:46:12 +02:00
|
|
|
description: |-
|
|
|
|
The terraform workspace command is used to manage workspaces.
|
|
|
|
---
|
|
|
|
|
|
|
|
# Command: workspace
|
|
|
|
|
|
|
|
The `terraform workspace` command is used to manage
|
|
|
|
[workspaces](/docs/state/workspaces.html).
|
|
|
|
|
|
|
|
This command is a container for further subcommands. These subcommands are
|
|
|
|
listed in the navigation bar.
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
Usage: `terraform workspace <subcommand> [options] [args]`
|
|
|
|
|
|
|
|
Please choose a subcommand from the navigation for more information.
|