This message was deleted.
# general
s
This message was deleted.
r
I've not used Pulumi yet with CI/CD (But I will), but you can pass the flag
--non-interactive
which will disable interactive mode for all commands.
b
You can do
pulumi up -y
which means you don't have to respond to a prompt. You can also skip the preview part with
pulumi up -y --skip-preview
a
Thank you guys!