Skip to content

depot.dev

🖥️ Depot CLI, build your Docker images in the cloud

Package Information

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

Installation

bash
# Install with launchpad
launchpad install depot

Programs

This package provides the following executable programs:

  • depot

Aliases

This package can also be accessed using these aliases:

  • depot

Available Versions

Show all 42 versions
  • 2.88.0, 2.87.0, 2.86.0, 2.85.6, 2.85.5
  • 2.85.4, 2.85.3, 2.85.2, 2.85.1, 2.85.0
  • 2.84.4, 2.84.3, 2.84.2, 2.84.1, 2.84.0
  • 2.83.3, 2.83.2, 2.83.1, 2.83.0, 2.82.4
  • 2.82.3, 2.82.2, 2.82.1, 2.82.0, 2.81.0
  • 2.80.1, 2.80.0, 2.79.0, 2.78.0, 2.77.0
  • 2.76.3, 2.76.2, 2.76.1, 2.76.0, 2.75.0
  • 2.74.0, 2.73.1, 2.73.0, 2.72.0, 2.71.0
  • 2.70.0, 2.68.1

Latest Version: 2.88.0

Install Specific Version

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

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.depotdev

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.