- Basic CLI Features
- Command: workspace
- Command: workspace select
Command: workspace select
The tofu workspace select
command is used to choose a different
workspace to use for further operations.
Usage
Usage: tofu workspace select NAME [DIR]
This command will select another workspace. The named workspace must already exist.
The supported flags are:
-or-create
- If the workspace that is being selected does not exist, create it. Default isfalse
.