Document new -or-create flag.

pull/33013/head
Matt Smith 3 years ago committed by GitHub
parent 9c87006c34
commit 2a2e1904ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save