Skip to content

localstack

The LocalStack CLI packaged using pyinstaller

Package Information

  • Domain: localstack.cloud/cli
  • Name: localstack
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install localstack

Programs

This package provides the following executable programs:

  • localstack

Available Versions

Show all 24 versions
  • 4.7.0, 4.6.0, 4.5.0, 4.4.0, 4.3.0
  • 4.2.0, 4.1.1, 4.1.0, 4.0.3, 4.0.2
  • 4.0.1, 4.0.0, 3.8.1, 3.8.0, 3.6.0
  • 3.5.0, 3.4.0, 3.3.0, 3.2.0, 3.1.0
  • 3.0.2, 3.0.1, 3.0.0, 2.3.2

Latest Version: 4.7.0

Install Specific Version

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

Dependencies

This package depends on:

  • pkgx.sh^1

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.localstack

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.