Also, `pulumi stack rename <new-stack-name>`...
# general
h
Also,
pulumi stack rename <new-stack-name>
keeps responding with:
Copy code
warning: A new version of Pulumi is available. To upgrade from version '0.17.25' to '0.17.27', run 
   $ brew upgrade pulumi
or visit <https://pulumi.com/docs/reference/install/> for manual instructions and release notes.
error: [400] Bad Request: could not deserialized deployment
d
Either set this:
PULUMI_SKIP_UPDATE_CHECK=true
This stops prompting you to upgrade or install pulumi outside of brew https://www.pulumi.com/docs/reference/install/#alternative-installation-script
h
Hmm interesting. I’ll give that a shot. Thanks
g
We're working on getting homebrew updated. Unfortunately it's a very slow process currently.
The
could not deserialized deployment
error is being tracked at https://github.com/pulumi/pulumi/issues/2873.
h
Thanks for the info @gentle-diamond-70147
c
FYI there is a pending PR to update Homebrew already. They are just behind in merging it, unfortuantely. See this conversation: https://pulumi-community.slack.com/archives/C84L4E3N1/p1564600376331900
👍 1