@little-cartoon-10569 there is no way to do that from the pulumi?
l
little-cartoon-10569
11/14/2021, 7:38 PM
Pulumi is a resource creation tool, and running a pipeline isn't creating a resource, it's the resource's normal usage. Just like you can't log into an EC2 instance using a Pulumi command, you can't run a pipeline. You can do it from within a Pulumi program (since it's a normal program too), but there is no Pulumi API for it.