Skip to content

tilt.dev

Define your dev environment as code. For microservice apps on Kubernetes.

Package Information

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

Installation

bash
# Install with launchpad
launchpad install tilt

Programs

This package provides the following executable programs:

  • tilt

Aliases

This package can also be accessed using these aliases:

  • tilt

Available Versions

Show all 24 versions
  • 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.0

Install Specific Version

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

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.tiltdev

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.