tfupdate
Update version constraints in your Terraform configurations
Package Information
- Domain:
github.com/minamijoyo/tfupdate
- Name:
tfupdate
- Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install tfupdate
Programs
This package provides the following executable programs:
tfupdate
Available Versions
Show all 9 versions
0.9.2
,0.9.1
,0.9.0
,0.8.5
,0.8.4
0.8.2
,0.8.1
,0.8.0
,0.7.2
Latest Version: 0.9.2
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) tfupdate -- $SHELL -i
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.tfupdate
console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)
Links
This documentation was auto-generated from package data.