helm
The Kubernetes Package Manager
Package Information
- Domain:
helm.sh - Name:
helm - Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install helmPrograms
This package provides the following executable programs:
helm
Available Versions
Show all 38 versions
3.18.6,3.18.5,3.18.4,3.18.3,3.18.23.18.1,3.18.0,3.17.4,3.17.3,3.17.23.17.1,3.17.0,3.16.4,3.16.3,3.16.23.16.1,3.16.0,3.15.4,3.15.3,3.15.23.15.1,3.15.0,3.14.4,3.14.3,3.14.23.14.1,3.14.0,3.13.3,3.13.2,3.13.13.13.0,3.12.3,3.12.2,3.12.1,3.12.03.11.3,3.11.2,3.11.1
Latest Version: 3.18.6
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) helm -- $SHELL -iUsage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.helm
console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)Links
This documentation was auto-generated from package data.