Files
opentf/website/docs/cli/commands/workspace/show.mdx
Julien Levasseur 4c0bda5386 Rename website to OpenTofu (#516)
Co-authored-by: Damian Stasik <920747+damianstasik@users.noreply.github.com>
Co-authored-by: Roman Grinovski <roman.grinovski@gmail.com>
2023-09-21 10:57:47 +01:00

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