You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add --with flag to dbx project add for installing local clones
Adds a repeatable --with <repo-name> option to dbx project add. After
normal project creation and auto-install, each named repo is looked up
on disk via find_repo_by_name and installed as an editable package into
the project venv. Warns and skips if a clone is not found locally.
Examples:
dbx project add myproject --with medical-records
dbx project add myproject --with django --with django-mongodb-extensions
0 commit comments