https://pulumi.com logo
f

future-hydrogen-91224

04/07/2020, 10:07 PM
Hi Luke - Was wondering if the install script could parameterize for stable/ beta and PATH_to_install please?
g

green-morning-1318

04/07/2020, 11:09 PM
One thing I forgot to add to my earlier comments is that you can add a specific version number to the script. While it doesn’t entirely solve your question, you could potentially differentiate between specific version of Pulumi if you needed to / wanted to.
curl -L <https://get.pulumi.com/|https://get.pulumi.com/> | bash -s -- --version xyz
will get you that behavior