Crates.io | helm2oci |
lib.rs | helm2oci |
version | 0.1.0 |
source | src |
created_at | 2024-09-03 06:46:45.201951 |
updated_at | 2024-09-03 06:46:45.201951 |
description | A tool to convert Helm charts tarfiles into OCI layout |
homepage | https://github.com/microsoft/helm2oci |
repository | https://github.com/microsoft/helm2oci |
max_upload_size | |
id | 1361388 |
size | 83,430 |
Convert a helm chart archive to OCI layout format.
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