sparse-intern-71089
01/19/2022, 5:48 PMbillowy-army-68599
bored-table-20691
01/19/2022, 6:04 PMcurl
or by writing my own Python/bash script or what not) - I can’t just define a function in Go and have it be executed. Is that right?
And one more follow up - in the Command examples, the GithubLabel one is probably the closest. It has the note on local.Command
missing diff/update/read
. Does this mean that it will apply updates to the Command
resource (e.g. if the commands change) by first doing the delete
and then doing a create
again, or something else? Just trying to understand how it fits into the overall lifecycle.billowy-army-68599
bored-table-20691
01/19/2022, 6:10 PMcreate
and delete
, yes? There’s no way for me to define scripts for diff/update/read
, as that isn’t supported yet by local.Command
?billowy-army-68599
bored-table-20691
01/19/2022, 6:15 PMGithubLabel
example from the doc. If I were to make a change to that resource (e.g. change the name
in LabelArgs
), would Pulumi automatically do a delete
on the old one and create
on the new one? i.e. it would handle the lifecycle, it would just do it “less efficiently” (i.e. always as a delete-create
rather than as update
)billowy-army-68599
bored-table-20691
01/19/2022, 6:23 PMbillowy-army-68599
bored-table-20691
01/19/2022, 6:29 PM