Skip to main content
run is a thin alias for workspace:run. It forwards its declared options unchanged, so talos run --commands=build,lint behaves like talos workspace:run --commands=build,lint.

Usage

Examples

Build and lint every package and module:
Run only specific modules and packages:
Show task output for failures:
Force tasks to run again:
Run against another workspace directory:

Options

Alias target

run constructs the same arguments as workspace:run. See that page for the execution, output, and caching model.