# helm2oci Convert a helm chart archive to OCI layout format. ## Usage ```bash Usage: helm_to_oci [--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 ```