How to install pulumi/pulumi. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
pulumi/pulumi Installation Guide
How to install pulumi/pulumi. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for pulumi/pulumi. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i pulumi/pulumior
Install via npx
npx @hexmos/ipm i pulumi/pulumiPrerequisites
Node.js
languageVersion: >= 16.0.0
npm
package_managerVersion: 8.14.3
Python
languageDocker
system_toolFor containerization and development.
Go
languageVersion: 1.18.0
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Install Pulumi using the installer script
curl -fsSL https://get.pulumi.com | shDownload and install the Pulumi CLI from the website
curl https://www.pulumi.com/docs/iac/download-install | shPost Installation Steps
- Start the Pulumi CLI with `pulumi up` to deploy your first program.
- Run migrations using the command `pulumi migrate`.
