mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
24 lines
447 B
Plaintext
24 lines
447 B
Plaintext
---
|
|
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
|
|
```
|