Skip to content

skaffold.dev

Easy and Repeatable Kubernetes Development

Package Information

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

Installation

bash
# Install with launchpad
launchpad install skaffold

Programs

This package provides the following executable programs:

  • skaffold

Aliases

This package can also be accessed using these aliases:

  • skaffold

Available Versions

Show all 15 versions
  • 2.16.1, 2.16.0, 2.15.0, 2.14.2, 2.14.1
  • 2.14.0, 2.13.2, 2.13.0, 2.12.0, 2.11.1
  • 2.11.0, 2.10.1, 2.10.0, 2.9.0, 2.8.0

Latest Version: 2.16.1

Install Specific Version

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

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.skaffolddev

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.