Is it possible to update Pului.<stack>.yaml ...
# pulumi-cloud
l
Is it possible to update Pului.<stack>.yaml from the service's stack? Use case: Devs A and B clone repo. Dev A configures stack yaml and runs
pulumi up
. Dev B can now log into Pulumi service and see config values Dev A upped. How does Dev B get those values? Can't be copy-paste, since it's not possible to see secrets...
b
I believe if you run
pulumi refresh
it'll update the state, give that a try
l
Hmm... need to conjure up a Dev B...