mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-01 17:02:38 -05:00
* Initial renaming, rewriting and cleaning up wave for the CLI docs. Signed-off-by: Jakub Martin <kubam@spacelift.io> * More renaming. Signed-off-by: Jakub Martin <kubam@spacelift.io> * More renaming. Signed-off-by: Jakub Martin <kubam@spacelift.io> * More renaming. Signed-off-by: Jakub Martin <kubam@spacelift.io> * Remove tutorial references. Signed-off-by: Jakub Martin <kubam@spacelift.io> * Post-review fixes. Signed-off-by: Jakub Martin <kubam@spacelift.io> --------- Signed-off-by: Jakub Martin <kubam@spacelift.io>
25 lines
485 B
Plaintext
25 lines
485 B
Plaintext
---
|
|
page_title: 'Command: workspace list'
|
|
description: The opentf workspace list command is used to list all existing workspaces.
|
|
---
|
|
|
|
# Command: workspace list
|
|
|
|
The `opentf workspace list` command is used to list all existing workspaces.
|
|
|
|
## Usage
|
|
|
|
Usage: `opentf workspace list [DIR]`
|
|
|
|
The command will list all existing workspaces. The current workspace is
|
|
indicated using an asterisk (`*`) marker.
|
|
|
|
## Example
|
|
|
|
```
|
|
$ opentf workspace list
|
|
default
|
|
* development
|
|
jsmith-test
|
|
```
|