Hi All - Is there any other way to interact with Pulumi like Rest API other than its CLI?
l
little-cartoon-10569
06/22/2021, 9:51 PM
You can use the automation-api. Currently, that uses the CLI under the hood. There is a ticket in GitHub about exposing the CLI's features via an API, though I think the automation-api achieves that already...
There's also the Pulumi service's API, which is (I think) REST.
i
incalculable-printer-98305
06/22/2021, 9:52 PM
Cool. For these API’s to work, should I have to install Pulumi CLI? Can I use Pulumi services from inside a product that is running on k8s?