Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 637 Bytes

File metadata and controls

41 lines (31 loc) · 637 Bytes

CLI Usage

Initialize:

create-polyglot init my-org -s node,python --preset turborepo --git

Root invocation without init is deprecated.

Add a service:

create-polyglot add service analytics --type node --port 4300

Add a plugin:

create-polyglot add plugin kafka

Run dev (local processes):

create-polyglot dev

Run dev via Docker Compose:

create-polyglot dev --docker

Launch admin dashboard:

create-polyglot admin

List services:

create-polyglot services

Health endpoints are polled at /health on each service port with a 15s timeout.