monorepo:run. It forwards every option untouched, so talos run --commands=build,lint behaves exactly like talos monorepo:run --commands=build,lint. Use it to run one or more package.json scripts across the packages and modules of your workspace, in dependency order, with a content-addressed task cache.
Usage
Examples
Build and lint every package and module:Options
| Option | Description | Default |
|---|---|---|
--commands | Comma-separated script names to run, in order. Required. | — |
--packages | Comma-separated package names to include (under packages/). | All packages and modules |
--modules | Comma-separated module names to include (under modules/). | All packages and modules |
--logs | Stream plain log lines instead of the interactive view. | false |
--no-cache | Skip reading and writing the task cache. | false |
monorepo:run reference for the full details on execution order, caching, and output.