<@U84SY03DF> How reliable is the etag value of the...
# announcements
c
@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?