lemon-agent-27707
10/19/2020, 4:29 PMnode.js
and go
! We're actively working on support for C#
and python
, there's an update on that in the blog. We think this is going to change the way we think about writing cloud software. Super excited to see what the community can do with it.
Be sure to join us in #automation-api to learn more.
https://www.pulumi.com/blog/automation-api/rough-oxygen-8318
10/19/2020, 4:30 PMloud-battery-37784
10/19/2020, 4:31 PMicy-jordan-58549
10/19/2020, 6:26 PMpulumi up
using the code and you can await
for specific resource?lemon-agent-27707
10/19/2020, 6:29 PMbasically you give an ability to run theYes, you can create and select stacks programatically. This also includes lifecycle operations like getting/setting config, runningusing the codepulumi up
up
refresh
destroy
preview
. In addition to this, you can write your pulumi program "inline", meaning you don't have to have a separate project.
you canThis is not quite true. The same pulumi programming model is used, nothing has changed there. You'll still have to usefor specific resourceawait
All
and Apply
as normal. But you can await stack.up()
, and then synchronously retrieve the outputs.icy-jordan-58549
10/19/2020, 6:32 PMlemon-agent-27707
10/19/2020, 6:33 PMicy-jordan-58549
10/19/2020, 6:35 PMmigration
steps itself will not make any records in the stack, which is probably will not give you any vision to the state? Basically, we can’t see that the migration has been applied to the stack. Thankslemon-agent-27707
10/19/2020, 6:37 PMmillions-judge-24978
10/22/2020, 7:53 PMToday it’s available in preview for TypeScript/JavaScript
Is that link wrong?lemon-agent-27707
10/22/2020, 8:12 PMmillions-judge-24978
10/22/2020, 8:15 PMlemon-agent-27707
10/22/2020, 8:18 PMmillions-judge-24978
10/22/2020, 8:21 PM