full-dress-10026
10/05/2018, 4:04 PMbig-piano-35669
curl -fsSL <https://get.pulumi.com> | bash -s -- --version 0.15.3
The Windows/PowerShell installer doesn't yet support this (tracked by https://github.com/pulumi/get.pulumi.com/issues/27).
There are manual installation steps at https://pulumi.io/quickstart/install.html (select Manual Install in the dropdown) that will work for any OS.full-dress-10026
10/05/2018, 4:17 PMcurl -fsSL <https://get.pulumi.com> | bash -s -- --version 0.15.3
that will simply install the latest? i.e. curl -fsSL <https://get.pulumi.com> | bash -s -- --version latest
big-piano-35669
--version <x>
, it will select the latest. So just curl -fsSL <https://get.pulumi.com> | sh
latest
tag or anything, though, so if you're scripting it, you'd need to conditionally use one form or the other.