Skip to content

steampipe

Zero-ETL, infinite possibilities. Live query APIs, code & more with SQL. No DB required.

Package Information

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

Installation

bash
# Install with launchpad
launchpad install steampipe

Programs

This package provides the following executable programs:

  • steampipe

Available Versions

Show all 37 versions
  • 2.1.0, 2.0.1, 2.0.0, 1.2.0, 1.1.4
  • 1.1.3, 1.1.2, 1.1.1, 1.1.0, 1.0.3
  • 1.0.2, 1.0.1, 1.0.0, 0.24.2, 0.24.1
  • 0.24.0, 0.23.5, 0.23.4, 0.23.3, 0.23.2
  • 0.23.1, 0.23.0, 0.22.2, 0.22.1, 0.22.0
  • 0.21.8, 0.21.7, 0.21.6, 0.21.5, 0.21.4
  • 0.21.3, 0.21.2, 0.21.1, 0.21.0, 0.20.12
  • 0.20.11, 0.20.10

Latest Version: 2.1.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) steampipe -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.steampipe

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.