Hi All - Is there any other way to interact with P...
# general
i
Hi All - Is there any other way to interact with Pulumi like Rest API other than its CLI?
l
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
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?