Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
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
Powered by
#automation-api
Title
c
curved-pharmacist-41509
11/04/2020, 12:21 PM
If I don't want to check in the stack config files, can I simply getOrCreateStack, set all the config again then run
up
?
Additional context, wanting to create a stack automatically for pull requests. But don't want to have to push a commit to that branch
l
lemon-agent-27707
11/04/2020, 4:33 PM
Yes, you should be able to set the config programmatically on the fly, as you describe.
Post