Pulumi-compatible infrastructure control plane

Makana

Point the Pulumi CLI at Makana for local development, or reset back to the regular Pulumi service with a clean login.

For Makana

Use the local Makana endpoints

$env:PULUMI_BACKEND_URL="https://api.makana.foo"
$env:PULUMI_CONSOLE_DOMAIN="makana.foo"
pulumi login

For regular Pulumi

Reset back to the default service

$env:PULUMI_BACKEND_URL=""
$env:PULUMI_CONSOLE_DOMAIN=""
pulumi login