Create Helm Repo

Description

Create a Codefresh managed helm repo.

ATM it is only possible to create a helm repository against Codefresh managed helm registry.

Command

codefresh create helm-repo [name]

Arguments

Option Alias Default Description
name Name of repo. required

Options

Option Alias Type Default Description
--help Print help information
--public -p boolean false Mark the helm repo as public

Examples

Create a private helm repo managed by Codefresh.

codefresh create helm-repo

Create a public helm repo managed by Codefresh.

codefresh create helm-repo --public