Skip to content

kubectl-krew

📦 Find and install kubectl plugins

Package Information

  • Domain: krew.sigs.k8s.io
  • Name: kubectl-krew
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install kubectl-krew

Programs

This package provides the following executable programs:

  • kubectl-krew

Available Versions

Show all 2 versions
  • 0.4.5, 0.4.4

Latest Version: 0.4.5

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) kubectl-krew -- $SHELL -i

Dependencies

This package depends on:

  • git-scm.org

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry['kubectl-krew']

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.