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 19, 2024
1 parent add023b commit 52ad97a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Support [Terraform](https://www.terraform.io/) too (see [here](#terraform-suppor

Handle [Semver 2.0.0](https://semver.org/) with [go-version](https://github.com/hashicorp/go-version) and use the [HCL](https://github.com/hashicorp/hcl) parser to extract required version constraint from OpenTofu files.

GoTofuEnv can use [cosign](https://github.com/sigstore/cosign) (if present) to check OpenTofu signature or fallback to [PGP](https://www.openpgp.org/about) using [gopenpgp](https://github.com/ProtonMail/gopenpgp) implementation. However, unstable OpenTofu are signed only with cosign (GoTofuEnv will display a warning for them when cosign is not found).
GoTofuEnv can use [cosign](https://github.com/sigstore/cosign) (if present) to check OpenTofu signature or fallback to [PGP](https://www.openpgp.org/about) using [gopenpgp](https://github.com/ProtonMail/gopenpgp) implementation. However, unstable OpenTofu versions are signed only with cosign (in this case, if cosign is not found GoTofuEnv will display a warning).

## Installation

Expand Down Expand Up @@ -70,7 +70,7 @@ $ gotofuenv install min-required

### Environment Variables

Both command support the following environment variables.
GoTofuEnv commands support the following environment variables.

#### TOFUENV_AUTO_INSTALL (alias TFENV_AUTO_INSTALL)

Expand Down Expand Up @@ -287,7 +287,7 @@ Usage:
gotofuenv tf detect [flags]

Flags:
-f, --force-remote force search version available at TFENV_REMOTE url
-f, --force-remote force search on versions available at TFENV_REMOTE url
-h, --help help for detect
-k, --key-file string local path to PGP public key file (replace check against remote one)
-n, --no-install disable installation of missing version
Expand All @@ -312,7 +312,7 @@ Usage:
gotofuenv use version [flags]

Flags:
-f, --force-remote force search version available at TOFUENV_REMOTE url
-f, --force-remote force search on versions available at TOFUENV_REMOTE url
-t, --github-token string GitHub token (increases GitHub REST API rate limits)
-h, --help help for use
-k, --key-file string local path to PGP public key file (replace check against remote one)
Expand Down

0 comments on commit 52ad97a

Please sign in to comment.