Skip to content

cloud

Work with the local Clanker Cloud desktop app from the Clanker CLI.

Doctor

Run the local setup doctor exposed by the desktop app:

bash
clanker cloud doctor

Launch the app first and wait for the local backend:

bash
clanker cloud doctor --launch

The doctor prints app/backend/MCP state, Clanker Cloud account state, bundled CLI status, provider credential presence, local tool availability, dependency install commands, redacted settings, and next actions. Secret-looking values are redacted.

On a fresh machine, use the tools and dependencies sections to install only the binaries needed for the user's providers, such as aws for AWS/EKS, gcloud for GCP/GKE, az for Azure/AKS, kubectl for Kubernetes, terraform for maker/deploy flows, and gh for GitHub. Rerun the doctor after installing dependencies.

Provider credentials stay local to the user's machine. The command does not upload provider API keys or cloud credentials to Clanker Cloud.