Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rtpro authored Aug 5, 2022
1 parent 5f2672f commit 4eadd22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ release 0.1.0 Update values of a releases, pull charts from releases
### Usage
```
$ helm release
usage: ./release.sh [ pull ]
usage: helm release [ pull ]
Available Commands:
pull Pulls (re-create) a Helm chart from a deployed Helm release
$ helm release pull
usage: helm release pull <RELEASE NAME>
usage: helm release pull <RELEASE NAME> [-d | --destination <TARGET CHART DIRECTORY>] [-o | --output [yaml | json | text]]
Example:
$ helm --namespace nginx release pull nginx
$ helm --namespace nginx release pull nginx --destination /home/me/helm-charts
```

Expand Down

0 comments on commit 4eadd22

Please sign in to comment.