Skip to main content

Configuring

Depots can be interacted with via the CLI or by YAML.

CLI

Add a depot item

modmon depot add

Remove a depot item

modmon depot remove <repo-name>

YAML

# ./modman/depot.yaml
frontend:
url: git@github.com:modmonhq/frontend-example.git
dev-tooling:
url: git@github.com:modmonhq/tooling-example.git
environments:
- local
- integration