Skip to content

k9scli.io

🐶 Kubernetes CLI To Manage Your Clusters In Style!

Package Information

  • Domain: k9scli.io
  • Name: k9scli.io
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install k9s

Programs

This package provides the following executable programs:

  • k9s

Aliases

This package can also be accessed using these aliases:

  • k9s

Available Versions

Show all 52 versions
  • 0.50.6, 0.50.5, 0.50.4, 0.50.3, 0.50.2
  • 0.50.1, 0.50.0, 0.40.10, 0.40.9, 0.40.8
  • 0.40.7, 0.40.6, 0.40.5, 0.40.4, 0.40.3
  • 0.40.2, 0.40.1, 0.40.0, 0.32.7, 0.32.6
  • 0.32.5, 0.32.4, 0.32.3, 0.32.2, 0.32.1
  • 0.32.0, 0.31.9, 0.31.8, 0.31.7, 0.31.6
  • 0.31.5, 0.31.4, 0.31.3, 0.31.2, 0.31.1
  • 0.31.0, 0.30.8, 0.30.7, 0.30.6, 0.30.5
  • 0.30.4, 0.30.3, 0.30.2, 0.30.1, 0.30.0
  • 0.29.1, 0.29.0, 0.28.2, 0.28.1, 0.28.0
  • 0.27.4, 0.27.3

Latest Version: 0.50.6

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +k9scli.io@0.50.6 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.k9scliio

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.