hull show
hull show prints a package’s metadata, values, README, or CRDs without
installing it.
Subcommands
| Command | Displays |
|---|---|
hull show chart |
the package metadata from hull.yaml |
hull show values |
the default values.yaml |
hull show readme |
the package’s README file |
hull show crds |
the CRDs under the package’s crds/ directory |
hull show all |
chart, values, and README in one document |
Each subcommand takes a <package-path> that is a directory or a hull archive
(.hull.tgz, .tgz, .tar.gz) and reads the file straight from disk.
Usage
hull show <chart|values|readme|crds|all> <package-path> [flags]