Initialize:
create-polyglot init my-org -s node,python --preset turborepo --gitRoot invocation without init is deprecated.
Add a service:
create-polyglot add service analytics --type node --port 4300Add a plugin:
create-polyglot add plugin kafkaRun dev (local processes):
create-polyglot devRun dev via Docker Compose:
create-polyglot dev --dockerLaunch admin dashboard:
create-polyglot adminList services:
create-polyglot servicesHealth endpoints are polled at /health on each service port with a 15s timeout.