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:
denvig info| Option | Description |
|---|---|
--project |
The project slug to inspect. Defaults to the current directory. |
--json |
Output in JSON format. |
config
Section titled “config”Display the resolved global and project configuration, showing the source files each value was loaded from:
denvig configconfig verify
Section titled “config verify”Verify a .denvig.yml file against the config schema:
denvig config verify [path]The path defaults to .denvig.yml in the current directory:
denvig config verifydenvig config verify apps/api/.denvig.ymlplugins
Section titled “plugins”Show the available plugins and the actions each one resolves for the current project:
denvig plugins| Option | Description |
|---|---|
--project |
The project slug to inspect. Defaults to the current directory. |
--json |
Output in JSON format. |