Helm
Supported Commands
Use these commands with the RepoFlow server:
helm repo add
helm repo update
helm install
Note: Commands that run locally are not listed here but will work as expected.
Authentication with Helm
The Helm CLI supports authentication using a inline credentials.
Using inline credentials
To add the RepoFlow repository with inline credentials:
repo add repoflow-test-repo https://api.repoflow.io/helm/<workspace-name>/<repository-name> --username <username> --password <password>
Replace placeholders with your actual values.