mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-21 10:47:34 -05:00
Co-authored-by: Damian Stasik <920747+damianstasik@users.noreply.github.com> Co-authored-by: Roman Grinovski <roman.grinovski@gmail.com>
21 lines
341 B
Plaintext
21 lines
341 B
Plaintext
---
|
|
description: The tofu workspace show command is used to output the current workspace.
|
|
---
|
|
|
|
# Command: workspace show
|
|
|
|
The `tofu workspace show` command is used to output the current workspace.
|
|
|
|
## Usage
|
|
|
|
Usage: `tofu workspace show`
|
|
|
|
The command will display the current workspace.
|
|
|
|
## Example
|
|
|
|
```
|
|
$ tofu workspace show
|
|
development
|
|
```
|