Skip to content

Commit

Permalink
tfenv-use clarity in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Zordrak authored Jul 14, 2022
1 parent a913cfd commit 0b34f4a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ Should tfenv automatically install terraform if the version specified by default
$ TFENV_AUTO_INSTALL=false terraform plan
```

```console
$ terraform use <version that is not yet installed>
```

##### `TFENV_CURL_OUTPUT`

Integer (Default: 2)
Expand Down Expand Up @@ -387,6 +391,8 @@ $ tfenv use latest
$ tfenv use latest:^0.8
```

Note: `tfenv use latest` or `tfenv use latest:<regex>` will find the latest matching version that is already installed. If no matching versions are installed, and TFENV_AUTO_INSTALL is set to `true` (which is the default) the the latest matching version in the remote repository will be installed and used.

### tfenv uninstall &lt;version>

Uninstall a specific version of Terraform
Expand Down

0 comments on commit 0b34f4a

Please sign in to comment.