Skip to content

kubectx.dev

Tool that can switch between kubectl contexts easily and create aliases

Package Information

  • Domain: kubectx.dev
  • Name: kubectx.dev
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install +kubectx.dev -- $SHELL -i

Programs

This package provides the following executable programs:

  • kubectx
  • kubens

Aliases

This package can also be accessed using these aliases:

  • kube

Available Versions

Show all 2 versions
  • 0.9.5, 0.9.4

Latest Version: 0.9.5

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +kubectx.dev@0.9.5 -- $SHELL -i

Dependencies

This package depends on:

  • github.com/junegunn/fzf

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.kubectxdev

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.