mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-28 04:03:27 -04:00
Merge pull request #33013 from Harmelodic/patch-1
Document new -or-create flag.
This commit is contained in:
commit
0e0db2d206
1 changed files with 4 additions and 0 deletions
|
|
@ -15,6 +15,10 @@ Usage: `terraform 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 is `false`.
|
||||
|
||||
## Example
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue