sparse-intern-71089
01/26/2024, 10:07 PMmicroscopic-pilot-97530
curl -sSL <https://get.pulumi.com> | sh -s -- --version dev
Windows
Open a new command prompt window (`WIN`+`R`: cmd.exe
)
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; iex ((New-Object System.Net.WebClient).DownloadString('<https://get.pulumi.com/install.ps1'))> -version dev" && SET "PATH=%PATH%;%USERPROFILE%\.pulumi\bin"
GitHub Action
- uses: pulumi/actions@v5
with:
pulumi-version: dev
fast-vase-27755
01/27/2024, 12:37 AMgo
implementations?microscopic-pilot-97530
rhythmic-activity-46295
02/08/2024, 6:06 PMmicroscopic-pilot-97530
rhythmic-activity-46295
02/09/2024, 8:43 AM