Skip to content

heroku.com

CLI for Heroku

Package Information

  • Domain: heroku.com
  • Name: heroku.com
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install heroku

Programs

This package provides the following executable programs:

  • heroku

Aliases

This package can also be accessed using these aliases:

  • heroku

Available Versions

Show all 33 versions
  • 10.10.1, 10.10.0, 10.9.0, 10.8.0, 10.7.0
  • 10.6.1, 10.6.0, 10.5.0, 10.4.1, 10.4.0
  • 10.3.0, 10.2.0, 10.1.0, 10.0.2, 10.0.1
  • 10.0.0, 9.5.1, 9.5.0, 9.4.0, 9.3.2
  • 9.3.1, 9.3.0, 9.2.1, 9.2.0, 9.1.0
  • 9.0.0, 8.11.5, 8.11.4, 8.11.3, 8.11.2
  • 8.11.1, 8.11.0, 8.10.0

Latest Version: 10.10.1

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +heroku.com@10.10.1 -- $SHELL -i

Dependencies

This package depends on:

  • nodejs.org^20

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.herokucom

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.