Pulumi plugin for the asdf version manager.
- Make sure you have the required dependencies installed:
curlgittar(Linux/macOS releases)unzip(Windows releases)
asdf plugin add pulumi https://github.com/compono/asdf-pulumi.git# Show all installable versions
asdf list all pulumi
# Install the latest version (or a specific one)
asdf install pulumi latest
asdf install pulumi 3.245.0
# Set a version globally or for the current project
asdf set pulumi latestCheck the asdf documentation for more on installing and managing versions.
Licensed under the GNU General Public License v3.0.