Releases: Madh93/tpm
Releases · Madh93/tpm
v0.4.0
Highlights
- Nicer output in
install
anduninstall
commands powered by Bubble Tea - Now providers are installed in parallel (this can be adjusted by using the
--jobs <NUMBER>
flag) - The cache directory from the Terraform CLI configuration file is used if present (thanks @carlpett)
- Available Brew and Scoop packages
Changelog
- 4493a60 Clean cacheDir path to ensure correct separators
- b0b8ac0 Merge pull request #2 from carlpett/read-cache-dir-from-config
- c17e5c0 build: setup Homebrew
- b0c6e02 build: setup Scoop
- ab3b5b2 feat: Use cache dir from Terraform config file if present
- 0f92527 feat: avoid installing duplicated providers from file
- 347016f feat: bump version to 0.4.0
- 92b1f3b feat: install providers in parallel
- 066858c feat: use bubbletea
v0.3.0
Highlights
- Install multiple providers at once from a
.yml
file - List installed providers in different output formats (
text
,json
,csv
ortable
)
Changelog
v0.2.0
Highlights
- Support implicit latest version (
hashicorp/aws
) and explicit latest version (hashicorp/aws@latest
) intpm install/uninstall
commands - Improve error handling and error messages
- Improve README.md with new examples powered by vhs.
Changelog
v0.1.0
Highlights
- A command to install providers (
tpm install
) - A command to list installed providers (
tpm list
) - A command to uninstall providers (
tpm uninstall
) - A command to purge all installed providers (
tpm purge
)