https://pulumi.com logo
c

cold-salesclerk-44266

07/05/2018, 7:33 PM
@big-piano-35669 How reliable is the etag value of the headers as it relates to changes to the current version of Pulumi? In other words, between now and the time auto-update is implemented could a simple
curl -I <https://get.pulumi.com> | grep etag
(plus a few additional lines) be embedded into ~/.bash_profile to check the etag value and run
curl -fsSL <https://get.pulumi.com/> | sh
if the value has changed since the last time the shell was launched?