mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 04:48:33 +07:00
Release version v0.15.0
Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
This commit is contained in:
@@ -50,7 +50,7 @@ choco install terraform-docs
|
||||
You also can run `terraform-docs` as a container:
|
||||
|
||||
```bash
|
||||
docker run quay.io/terraform-docs/terraform-docs:0.14.1
|
||||
docker run quay.io/terraform-docs/terraform-docs:0.15.0
|
||||
```
|
||||
|
||||
Docker tag `latest` refers to _latest_ stable released version and `edge`refers
|
||||
@@ -63,7 +63,7 @@ Stable binaries are available on the GitHub [Release] page. To install, download
|
||||
the file for your platform from "Assets" and place it into your `$PATH`:
|
||||
|
||||
```bash
|
||||
curl -sSLo ./terraform-docs.tar.gz https://terraform-docs.io/dl/v0.14.1/terraform-docs-v0.14.1-$(uname)-amd64.tar.gz
|
||||
curl -sSLo ./terraform-docs.tar.gz https://terraform-docs.io/dl/v0.15.0/terraform-docs-v0.15.0-$(uname)-amd64.tar.gz
|
||||
tar -xzf terraform-docs.tar.gz
|
||||
chmod +x terraform-docs
|
||||
mv terraform-docs /some-dir-in-your-PATH/terraform-docs
|
||||
@@ -76,7 +76,7 @@ mv terraform-docs /some-dir-in-your-PATH/terraform-docs
|
||||
The latest version can be installed using `go get`:
|
||||
|
||||
```bash
|
||||
GO111MODULE="on" go get github.com/terraform-docs/terraform-docs@v0.14.1
|
||||
GO111MODULE="on" go get github.com/terraform-docs/terraform-docs@v0.15.0
|
||||
```
|
||||
|
||||
**NOTE:** to download any version **before** `v0.9.1` (inclusive) you need to use to
|
||||
|
||||
Reference in New Issue
Block a user