Skip to content
Docsv0.7.2

denvig info, config & plugins

These three top-level commands surface what denvig knows about your project. All of them accept --project to target another project and --json for machine-readable output.

Show a summary of the current project, including its slug, worktrees, and aggregate service status:

Terminal window
denvig info
Option Description
--project The project slug to inspect. Defaults to the current directory.
--json Output in JSON format.

Display the resolved global and project configuration, showing the source files each value was loaded from:

Terminal window
denvig config

Verify a .denvig.yml file against the config schema:

Terminal window
denvig config verify [path]

The path defaults to .denvig.yml in the current directory:

Terminal window
denvig config verify
denvig config verify apps/api/.denvig.yml

Show the available plugins and the actions each one resolves for the current project:

Terminal window
denvig plugins
Option Description
--project The project slug to inspect. Defaults to the current directory.
--json Output in JSON format.