helm2oci

Crates.iohelm2oci
lib.rshelm2oci
version0.1.0
sourcesrc
created_at2024-09-03 06:46:45.201951
updated_at2024-09-03 06:46:45.201951
descriptionA tool to convert Helm charts tarfiles into OCI layout
homepagehttps://github.com/microsoft/helm2oci
repositoryhttps://github.com/microsoft/helm2oci
max_upload_size
id1361388
size83,430
(dsteeley)

documentation

https://github.com/microsoft/helm2oci/blob/main/README.md

README

helm2oci

Convert a helm chart archive to OCI layout format.

Usage

Usage: helm_to_oci <chart> [--output <output>]

Convert Helm chart archive to OCI layout

Positional Arguments:
  chart             path to Helm chart archive

Options:
  --output          path to output directory. The directory is created if it
                    does not exist. Defaults to the chart name.
  --help            display usage information
Commit count: 0

cargo fmt