Skip to content
Docs v0.6.0

denvig run

The run command executes actions defined in your project configuration or auto-detected by plugins.

Terminal window
denvig run [action]

When called without an action, it lists all available actions for the current project:

Terminal window
denvig run
Terminal window
denvig run build
denvig run test
denvig run lint
OptionDescription
--projectThe project slug to run against. Defaults to the current directory.
--jsonOutput in JSON format.

If quickActions are defined (there are defaults from global config) then they can be run without the run prefix:

Terminal window
denvig build # instead of denvig run build

Run the build action for the current project:

Terminal window
denvig run build

Run an action for a specific project:

Terminal window
denvig run build --project marcqualie/denvig