denvig run
The run command executes actions defined in your project configuration or auto-detected by plugins.
denvig run [action]List available actions
Section titled “List available actions”When called without an action, it lists all available actions for the current project:
denvig runRun a specific action
Section titled “Run a specific action”denvig run builddenvig run testdenvig run lintOptions
Section titled “Options”| Option | Description |
|---|---|
--project | The project slug to run against. Defaults to the current directory. |
--json | Output in JSON format. |
Quick Actions
Section titled “Quick Actions”If quickActions are defined (there are defaults from global config) then they can be run without the run prefix:
denvig build # instead of denvig run buildExamples
Section titled “Examples”Run the build action for the current project:
denvig run buildRun an action for a specific project:
denvig run build --project marcqualie/denvig