Skip to content

k3d.io

Little helper to run CNCF's k3s in Docker

Package Information

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

Installation

bash
# Install with launchpad
launchpad install k3d

Programs

This package provides the following executable programs:

  • k3d

Aliases

This package can also be accessed using these aliases:

  • k3d

Available Versions

Show all 17 versions
  • 5.8.3, 5.8.2, 5.8.1, 5.8.0, 5.7.5
  • 5.7.4, 5.7.3, 5.7.2, 5.7.1, 5.7.0
  • 5.6.3, 5.6.2, 5.6.0, 5.5.2, 5.5.1
  • 5.5.0, 5.4.9

Latest Version: 5.8.3

Install Specific Version

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

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.k3dio

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.