pulumi / pulumi

Pulumi - Infrastructure as Code in any programming language 🚀
https://www.pulumi.com
Apache License 2.0
21.5k stars 1.1k forks source link

Automation API support for `pulumi convert` #12707

Open patilpappmodz1 opened 1 year ago

patilpappmodz1 commented 1 year ago

Hello!

Issue details

We have built a commercial NO Code tool (QMCLOUD.io) using the automation API. It will be very useful to have the convert functionality handled by the Automation API as opposed to having to manually run the CLI to generate the program.

Affected area/feature

Automation API

Frassle commented 1 year ago

We're moving converters to be covered by the pulumi convert command, so we should just expose that command via automation api.

There's already an issue open in kube2pulumi about updating that to work with convert: https://github.com/pulumi/kube2pulumi/issues/86