Skip to content

kpt.dev

Automate Kubernetes Configuration Editing

Package Information

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

Installation

bash
# Install with launchpad
launchpad install kpt

Programs

This package provides the following executable programs:

  • kpt

Aliases

This package can also be accessed using these aliases:

  • kpt

Available Versions

Show all 1 versions
  • 0.39.3

Latest Version: 0.39.3

Install Specific Version

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

Dependencies

This package depends on:

  • git-scm.org

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.kptdev

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.