mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-22 21:02:08 -04:00
22 lines
545 B
Markdown
22 lines
545 B
Markdown
---
|
|
layout: "docs"
|
|
page_title: "Command: workspace"
|
|
sidebar_current: "docs-commands-workspace-index"
|
|
description: "The workspace command helps you manage workspaces."
|
|
|
|
---
|
|
|
|
# Command: workspace
|
|
|
|
The `terraform workspace` command is used to manage
|
|
[workspaces](/docs/language/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.
|