Skip to content

dagger.io

An engine to run your pipelines in containers

Package Information

  • Domain: dagger.io
  • Name: dagger.io
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install dagger

Programs

This package provides the following executable programs:

  • dagger

Aliases

This package can also be accessed using these aliases:

  • dagger

Available Versions

Show all 91 versions
  • 0.18.10, 0.18.9, 0.18.8, 0.18.7, 0.18.6
  • 0.18.5, 0.18.4, 0.18.3, 0.18.2, 0.18.1
  • 0.18.0, 0.17.2, 0.17.1, 0.17.0, 0.16.3
  • 0.16.2, 0.16.1, 0.16.0, 0.15.4, 0.15.3
  • 0.15.2, 0.15.1, 0.15.0, 0.14.0, 0.13.7
  • 0.13.6, 0.13.5, 0.13.4, 0.13.3, 0.13.2
  • 0.13.1, 0.13.0, 0.12.7, 0.12.6, 0.12.5
  • 0.12.4, 0.12.3, 0.12.2, 0.12.1, 0.12.0
  • 0.11.9, 0.11.8, 0.11.7, 0.11.6, 0.11.5
  • 0.11.4, 0.11.3, 0.11.2, 0.11.1, 0.11.0
  • 0.10.3, 0.10.2, 0.10.1, 0.10.0, 0.9.11
  • 0.9.10, 0.9.9, 0.9.8, 0.9.7, 0.9.6
  • 0.9.5, 0.9.4, 0.9.3, 0.9.2, 0.9.1
  • 0.9.0, 0.8.8, 0.8.7, 0.8.6, 0.8.5
  • 0.8.4, 0.8.3, 0.8.2, 0.8.1, 0.8.0
  • 0.6.4, 0.6.3, 0.6.2, 0.6.1, 0.6.0
  • 0.5.3, 0.5.2, 0.5.1, 0.5.0, 0.4.2
  • 0.4.1, 0.4.0, 0.3.13, 0.3.12, 0.3.10
  • 0.3.9

Latest Version: 0.18.10

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +dagger.io@0.18.10 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.daggerio

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.