Hi all, do we have an equivalent of <pulumi import...
# automation-api
h
Hi all, do we have an equivalent of pulumi import in the Typescript's Automation API?
m
Doesn't look like it's supported yet, which is interesting https://github.com/pulumi/pulumi/issues/8237
I say it's interesting because the automation API is simply a wrapper for the CLI https://github.com/pulumi/pulumi/blob/master/sdk/nodejs/automation/cmd.ts#L64
h
Yeah, it’s interesting. Do you know if there is a workaround (other than using the CLI directly) to get
import
from the API?
m
I believe there is one in that issue
h
Ahh yeah, thanks. I will take a look
Got it to work 🙂 Thanks for the help @millions-furniture-75402!