Channels
pulumi-ai
package-authoring
pulumi-cdk
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
cloudengineering
yaml
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
blog-posts
localstack
welcome
gitlab
pulumi-kubernetes-operator
jobs
aws
pulumi-deployments
dotnet
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
general
Powered by
Title
e
early-plastic-49211
02/27/2023, 3:16 PM
Is there a way to prevent Pulumi from printing dots to show progress when no TTY is available? It is a very annoying behaviour in a CI/CD pipeline (one can just assume that as long as the process doesn't exit, Pulumi is doing stuff)
l
limited-rainbow-51650
02/27/2023, 3:43 PM
You might give the parameter
--non-interactive
a try.
https://www.pulumi.com/docs/reference/cli/
I know it disables a few options, but I’m not sure whether the dots disappear with it as well.
e
early-plastic-49211
02/27/2023, 4:02 PM
Okay thanks, will try
#general
Join Slack