1
0
mirror of https://github.com/helm/chart-releaser.git synced 2026-02-05 09:45:23 +01:00
Files
chart-releaser/doc/cr_package.md
Carlos Tadeu Panato Junior 2d923ecd8a Add command docs and job to check it (#211)
* add command docs

Signed-off-by: cpanato <ctadeu@gmail.com>

* add job to check command doc

Signed-off-by: cpanato <ctadeu@gmail.com>

* avoid dynamic docs and expand the path later

Signed-off-by: cpanato <ctadeu@gmail.com>

Signed-off-by: cpanato <ctadeu@gmail.com>
2022-09-19 10:16:08 +02:00

1.2 KiB

cr package

Package Helm charts

Synopsis

This command packages a chart into a versioned chart archive file. If a path is given, this will look at that path for a chart (which must contain a Chart.yaml file) and then package that directory.

If you wish to use advanced packaging options such as creating signed packages or updating chart dependencies please use "helm package" instead.

cr package [CHART_PATH] [...] [flags]

Options

  -h, --help                     help for package
      --key string               Name of the key to use when signing
      --keyring string           Location of a public keyring (default "~/.gnupg/pubring.gpg")
  -p, --package-path string      Path to directory with chart packages (default ".cr-release-packages")
      --passphrase-file string   Location of a file which contains the passphrase for the signing key. Use '-' in order to read from stdin
      --sign                     Use a PGP private key to sign this package

Options inherited from parent commands

      --config string   Config file (default is $HOME/.cr.yaml)

SEE ALSO

  • cr - Helm Chart Repos on Github Pages