sparse-intern-71089
10/19/2020, 4:29 PMrough-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.lemon-agent-27707
10/19/2020, 6:30 PMicy-jordan-58549
10/19/2020, 6:32 PMicy-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