Skip to content

atlantis

Terraform Pull Request Automation tool

Package Information

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

Installation

bash
# Install with launchpad
launchpad install atlantis

Programs

This package provides the following executable programs:

  • atlantis

Available Versions

Show all 20 versions
  • 0.35.1, 0.35.0, 0.34.0, 0.33.0, 0.32.0
  • 0.31.0, 0.30.0, 0.29.0, 0.28.5, 0.28.4
  • 0.28.3, 0.28.2, 0.28.1, 0.28.0, 0.27.3
  • 0.27.2, 0.27.1, 0.27.0, 0.26.0, 0.25.0

Latest Version: 0.35.1

Install Specific Version

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

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.atlantis

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.