denvig projects
The projects command discovers the projects on your system, found by scanning
the projectPaths in your global config.
denvig projects <subcommand>Subcommands
Section titled “Subcommands”List all projects discovered on the system. Each project family — its primary checkout plus any sibling worktrees — appears once, rooted at the primary checkout:
denvig projects list| Option | Description |
|---|---|
--with-config |
Only show projects that have a .denvig.yml configuration file. |
--json |
Output in JSON format. |
# Only configured projects, as JSONdenvig projects list --with-config --json