Merge pull request #33013 from Harmelodic/patch-1

Document new -or-create flag.
This commit is contained in:
James Bardin 2023-04-14 08:46:58 -04:00 committed by GitHub
commit 0e0db2d206
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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