Skip to content

steampipe.io

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

Package Information

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

Installation

bash
# Install with launchpad
launchpad install steampipe

Programs

This package provides the following executable programs:

  • steampipe

Aliases

This package can also be accessed using these aliases:

  • steampipe

Available Versions

Show all 36 versions
  • 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.0.1

Install Specific Version

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

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.steampipeio

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.