-
Notifications
You must be signed in to change notification settings - Fork 17
Repo
Taylor Nekroze Lawson edited this page Nov 3, 2018
·
3 revisions
Git repositories are the powerhouse of the cell.
Dab can be configured to track git repositories via dab repo add
, check their
statuses with dab repo list
, and provide scripted entry points using dab repo entrypoint
.
This is the border between your projects and Dab itself. Using a minimal interface (ie. start and stop entry points), when defined, Dab is able to orchestrate your projects execution which can be combined with groups to make the developer experience when working on modern micro service architectures and monoliths alike.
Please feel free to request an edit to this page if it lies!