Skip to content
Docsv0.7.2

denvig projects

The projects command discovers the projects on your system, found by scanning the projectPaths in your global config.

Terminal window
denvig projects <subcommand>

List all projects discovered on the system. Each project family — its primary checkout plus any sibling worktrees — appears once, rooted at the primary checkout:

Terminal window
denvig projects list
Option Description
--with-config Only show projects that have a .denvig.yml configuration file.
--json Output in JSON format.
Terminal window
# Only configured projects, as JSON
denvig projects list --with-config --json