This message was deleted.
# announcements
s
This message was deleted.
g
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