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