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:Options
Alias target
run constructs the same arguments as workspace:run. See that page for the execution, output, and caching model.