This message was deleted.
# general
s
This message was deleted.
b
yeah, you can embed it in scripts etc. you still need to have pulumi installed
f
Ofc.
I mean I really wanted
LocalWorkspace.createOrSelectStack
as part of the Pulumi SDK in ts to begin with
But what happens when I call ` const upRes = await stack.up({ onOutput: console.info }); `what does it actually run?
b
it basically runs the equivalent of pulumi up on whatever you've defined as your stack
r
Here are some examples if that’s helpful: https://github.com/pulumi/automation-api-examples#nodejs-examples
f
Is it possible to run this on Github Actions?
r
Totally! In fact, our own github action now uses automation api: https://www.pulumi.com/blog/supercharging-our-github-action-with-the-pulumi-automation-api/