CLI
Local runtime commands
Start, stop, inspect, and reset local Zitadel.
Start local Zitadel:
npx @zitadel/cli@alpha startShow status:
npx @zitadel/cli@alpha statusPrint logs:
npx @zitadel/cli@alpha logsStop the runtime while preserving data:
npx @zitadel/cli@alpha stopDelete runtime data:
npx @zitadel/cli@alpha reset --forceThe runtime listens on http://localhost:8080 by default. Choose another port when needed:
npx @zitadel/cli@alpha start --port 8081