skaffold 
Easy and Repeatable Kubernetes Development
Package Information 
- Domain: skaffold.dev
- Name: skaffold
- Homepage: Not specified
- Source: View on GitHub
Installation 
bash
# Install with launchpad
launchpad install skaffoldPrograms 
This package provides the following executable programs:
- 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 -- $SHELL -iUsage Examples 
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.skaffold
console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)Links 
This documentation was auto-generated from package data.