We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d1c1cd commit 4373c4cCopy full SHA for 4373c4c
1 file changed
packages/cli/docs/turbo-caching.md
@@ -89,10 +89,10 @@ graph TD
89
## Command Line Examples
90
91
```bash
92
-# Run all affected packages e.g. turbo run code-pushup:coverage --filter=lib-a
93
-turbo run code-pushup:* --filter=[origin/main]
+# Run all affected project plugins and cache the output if configured
+turbo run code-pushup-coverage code-pushup-jspackages --filter=[origin/main]
94
95
-# Run all affected packages and upload the report to the portal
+# Run all affected projects and upload the report to the portal
96
turbo run code-pushup --filter=[origin/main]
97
```
98
0 commit comments