Auto-Discovery
EMB automatically discovers components in your monorepo. Any folder with a Dockerfile becomes a buildable component.
Auto-Discovery
EMB automatically discovers components in your monorepo. Any folder with a Dockerfile becomes a buildable component.
Smart Dependencies
Define dependencies between images and EMB builds them in the right order.
Consistent Workflow
Use the same commands across all projects: emb up, emb logs, emb run.
Flavors
Define different configurations for development, staging, and production using JSON Patch.
# Install EMBnpm install -g @enspirit/emb
# In your monorepoemb components # See discovered componentsemb up # Build resources and start servicesemb logs api # View logs for a service