Helm CLI
RAPR CLI connectorCloud, DevOps & InfrastructureKubernetes package management via Helm — install, upgrade, rollback charts, manage releases and repositories.
Helm CLI package details
RAPR CLI connector scope
This is RAPR-authored connector guidance for a command-line tool the user installs locally. The upstream CLI remains governed by its own license and terms. This package contains RAPR-authored CLI usage guidance, install commands, and agent instructions. It does not bundle the upstream CLI binary. Users can also go directly to the public upstream source linked on this page.
How to get started
Install RAPR AI
Download and install RAPR AI on your computer
Find in Marketplace
Open RAPR AI, go to Packages, and browse the marketplace
Install from Marketplace
Click Install. RAPR sets up the wrapper package, connector guidance, or skill instructions for this listing.
Helm CLI
The Kubernetes package manager — install, upgrade, and manage applications on your cluster.
What you can do
- Install: Deploy applications from charts
- Upgrade: Update releases with new values or chart versions
- Rollback: Revert to a previous release version
- Repos: Add, update, and search chart repositories
- Templates: Render and debug chart templates
- Create: Scaffold new Helm charts
Prerequisites
# Install Helm
brew install helm # macOS
choco install kubernetes-helm # Windows
snap install helm # Linux
# Add a chart repository
helm repo add stable https://charts.helm.sh/stable
helm repo update
Example Commands
- "Install nginx-ingress with Helm"
- "Upgrade the Redis release to the latest chart"
- "Rollback the api deployment to revision 3"
- "Create a new Helm chart for my app"
Ready to try Helm CLI?
Download RAPR AI and connect Helm CLI in seconds.