@@ -36,14 +36,16 @@ Arguments:
3636 Running `vp run` without a task name shows an interactive task selector.
3737
3838Options:
39- -r, --recursive Select all packages in the workspace
40- -t, --transitive Select the current package and its transitive dependencies
41- -w, --workspace-root Select the workspace root package
42- -F, --filter <FILTERS> Match packages by name, directory, or glob pattern
43- --ignore-depends-on Do not run dependencies specified in `dependsOn` fields
44- -v, --verbose Show full detailed summary after execution
45- --cache Force caching on for all tasks and scripts
46- --no-cache Force caching off for all tasks and scripts
47- --log <LOG> How task output is displayed [default: interleaved] [possible values: interleaved, labeled, grouped]
48- --last-details Display the detailed summary of the last run
49- -h, --help Print help (see more with '--help')
39+ -r, --recursive Select all packages in the workspace
40+ -t, --transitive Select the current package and its transitive dependencies
41+ -w, --workspace-root Select the workspace root package
42+ -F, --filter <FILTERS> Match packages by name, directory, or glob pattern
43+ --ignore-depends-on Do not run dependencies specified in `dependsOn` fields
44+ -v, --verbose Show full detailed summary after execution
45+ --cache Force caching on for all tasks and scripts
46+ --no-cache Force caching off for all tasks and scripts
47+ --log <LOG> How task output is displayed [default: interleaved] [possible values: interleaved, labeled, grouped]
48+ --concurrency-limit <CONCURRENCY_LIMIT> Maximum number of tasks to run concurrently. Defaults to 4
49+ --parallel Run tasks without dependency ordering. Sets concurrency to unlimited unless `--concurrency-limit` is also specified
50+ --last-details Display the detailed summary of the last run
51+ -h, --help Print help (see more with '--help')
0 commit comments