Commit c51614bc authored by Michelle Noorali's avatar Michelle Noorali

ref(docs): show package as chart subcommand

parent cb79ad4c
...@@ -354,7 +354,7 @@ helm lint PATH ...@@ -354,7 +354,7 @@ helm lint PATH
Package a chart: Package a chart:
``` ```
$ helm package . $ helm chart package PATH/TO/FOO
Created foo-1.1.2.tgz Created foo-1.1.2.tgz
``` ```
...@@ -367,7 +367,7 @@ Uploaded to https://example.com/bucket/foo-1.1.2.tgz ...@@ -367,7 +367,7 @@ Uploaded to https://example.com/bucket/foo-1.1.2.tgz
General pattern: General pattern:
``` ```
helm package PATH helm chart package PATH
helm release [-u destination] PATH|FILE helm release [-u destination] PATH|FILE
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment