mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
Update website/docs/cli. (#171)
* 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>
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
---
|
||||
page_title: 'Command: workspace list'
|
||||
description: The terraform workspace list command is used to list all existing workspaces.
|
||||
description: The opentf workspace list command is used to list all existing workspaces.
|
||||
---
|
||||
|
||||
# Command: workspace list
|
||||
|
||||
The `terraform workspace list` command is used to list all existing workspaces.
|
||||
The `opentf workspace list` command is used to list all existing workspaces.
|
||||
|
||||
## Usage
|
||||
|
||||
Usage: `terraform workspace list [DIR]`
|
||||
Usage: `opentf workspace list [DIR]`
|
||||
|
||||
The command will list all existing workspaces. The current workspace is
|
||||
indicated using an asterisk (`*`) marker.
|
||||
@@ -17,7 +17,7 @@ indicated using an asterisk (`*`) marker.
|
||||
## Example
|
||||
|
||||
```
|
||||
$ terraform workspace list
|
||||
$ opentf workspace list
|
||||
default
|
||||
* development
|
||||
jsmith-test
|
||||
|
||||
Reference in New Issue
Block a user