Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
dvaumoron committed Jan 23, 2024
1 parent f2faf8e commit 8a5e939
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ GoTofuEnv can use [cosign](https://github.com/sigstore/cosign) (if present) to c
Install via [Homebrew](https://brew.sh/)

```console
$ brew tap tofuutils/tap
$ brew install gotofuenv
brew tap tofuutils/tap
brew install gotofuenv
```

You can enable cosign check with :

```console
$ brew install cosign
brew install cosign
```

### Manual
Expand All @@ -41,7 +41,6 @@ This project version of `tofu` command is a proxy to OpenTofu `tofu` command ma

This project version of `terraform` command is a proxy to Hashicorp `terraform` command managed by `tenv`. The default resolution strategy is latest-allowed (without [TFENV_TERRAFORM_VERSION](#tfenv_terraform_version) environment variable or `.terraform-version` file).


### tenv install [version]

Install a requested version of OpenTofu (into TOFUENV_ROOT directory from TOFUENV_REMOTE url).
Expand Down Expand Up @@ -226,15 +225,15 @@ OpenTofu 1.6.0 will be run from this directory.
Reset used version of OpenTofu (remove .opentofu-version file from TOFUENV_ROOT).

```console
$ tenv reset
tenv reset
```

### tenv uninstall version

Uninstall a specific version of OpenTofu (remove it from TOFUENV_ROOT directory without interpretation).

```console
$ tenv uninstall v1.6.0-alpha4
tenv uninstall v1.6.0-alpha4
```

### tenv list
Expand Down

0 comments on commit 8a5e939

Please sign in to comment.