From ac8c9a3246c2ddfd8942f6a05e763c58d35419c7 Mon Sep 17 00:00:00 2001 From: Peter Cardenas <16930781+PeterCardenas@users.noreply.github.com> Date: Wed, 14 May 2025 15:06:49 -0700 Subject: [PATCH] docs(run): add --sequential --- docs/cli/run.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/cli/run.md b/docs/cli/run.md index c0b0dd93ed8d..2c39853478ef 100644 --- a/docs/cli/run.md +++ b/docs/cli/run.md @@ -109,6 +109,12 @@ immediately in all matching packages with prefixed streaming output. This is the preferred flag for long-running processes over many packages, for instance, a lengthy build process. +### --sequential + +Alias for `--workspace-concurrency=1`. Run scripts one after another in a blocking +manner rather than concurrently. Note that there are no guarantees that the scripts +will run in topological sort order. + ### --stream Stream output from child processes immediately, prefixed with the originating