Skip to content

kubectl-cnpg

CloudNativePG is a comprehensive platform designed to seamlessly manage PostgreSQL databases within Kubernetes environments, covering the entire operational lifecycle from initial deployment to ongoing maintenance

Package Information

  • Domain: cloudnative-pg.io
  • Name: kubectl-cnpg
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install kubectl-cnpg

Programs

This package provides the following executable programs:

  • kubectl-cnpg

Available Versions

Show all 9 versions
  • 1.27.0, 1.26.1, 1.26.0, 1.25.3, 1.25.2
  • 1.25.1, 1.25.0, 1.24.4, 1.24.3

Latest Version: 1.27.0

Install Specific Version

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

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

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

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.