Skip to content

Commit 9e10552

Browse files
committed
helmc version command
The version of hemlc currently installed via the links in this guide do not support `hemlc version`, but do support `hemlc --version`. Perhaps the syntax was changed recently.
1 parent de13e06 commit 9e10552

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/quickstart/install-cli-tools.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ Install the latest `helmc` cli for Linux or Mac OS X with:
3232
- the CI build pipeline: [ ![Download](https://api.bintray.com/packages/deis/helm-ci/helmc/images/download.svg) ](https://bintray.com/deis/helm-ci/helmc/_latestVersion#files)
3333
2. Unzip the package and make sure `helmc` is available on the PATH.
3434

35-
Check your work by running `helmc version`:
35+
Check your work by running `helmc --version`:
3636

37-
$ helmc version
38-
helmc version 0.8.0+f3cafbc
37+
$ helmc --version
38+
helmc version 0.8.1+e4b3983
3939

40-
Make sure you are running at least version 0.8.0 or newer.
40+
Make sure you are running at least version 0.8.1 or newer.
4141

4242
## Step 2: Boot a Kubernetes Cluster and Install Deis Workflow
4343

0 commit comments

Comments
 (0)