tilt
Define your dev environment as code. For microservice apps on Kubernetes.
Package Information
- Domain:
tilt.dev
- Name:
tilt
- Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install tilt
Programs
This package provides the following executable programs:
tilt
Available Versions
Show all 25 versions
0.35.1
,0.35.0
,0.34.5
,0.34.4
,0.34.3
0.34.2
,0.34.1
,0.34.0
,0.33.22
,0.33.21
0.33.20
,0.33.19
,0.33.18
,0.33.17
,0.33.16
0.33.15
,0.33.14
,0.33.13
,0.33.12
,0.33.11
0.33.10
,0.33.9
,0.33.8
,0.33.7
,0.33.6
Latest Version: 0.35.1
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) tilt -- $SHELL -i
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.tilt
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.