Files
opentf/website/docs/cli/commands/workspace/list.mdx
2023-09-15 16:03:23 +02:00

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
```