这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions docs/site/content/docs/crafting-your-repository/caching.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,13 @@ Turborepo has a [`--summarize` flag](/docs/reference/run#--summarize) that can b
- Debugging outputs: If cache hits aren't restoring the files you're expecting, a Run Summary can help you understand what outputs are being restored from cache.

<Callout type="info" title="Summaries viewer">
While there is not a Turborepo-native Run Summaries UI viewer, we encourage
you to use the community-built
[https://turbo.nullvoxpopuli.com](https://turbo.nullvoxpopuli.com) if you
would like to view your Run Summaries as a web view.
While there is not a Turborepo-native Run Summaries UI viewer, there are
several community-built tools available:

- [https://turbo.nullvoxpopuli.com](https://turbo.nullvoxpopuli.com) - Web-based UI viewer for Run Summaries
- [`turborepo-summary`](https://github.com/charpeni/turborepo-summary) - Generate human-readable reports from Turborepo run summary JSON output
- [`turborepo-summary-action`](https://github.com/charpeni/turborepo-summary-action) - GitHub Action wrapping `turborepo-summary` to append them to GitHub Actions Job Summary

</Callout>

### Turning off caching
Expand Down
11 changes: 7 additions & 4 deletions docs/site/content/docs/reference/run.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -550,10 +550,13 @@ This flag can be helpful for debugging to determine things like:
- How task timings changed over time

<Callout type="info" title="Summaries viewer">
While there is not a Turborepo-native Run Summaries UI viewer, we encourage
you to use the community-built
[https://turbo.nullvoxpopuli.com](https://turbo.nullvoxpopuli.com) if you
would like to view your Run Summaries as a web view.
While there is not a Turborepo-native Run Summaries UI viewer, there are
several community-built tools available:

- [https://turbo.nullvoxpopuli.com](https://turbo.nullvoxpopuli.com) - Web-based UI viewer for Run Summaries
- [`turborepo-summary`](https://github.com/charpeni/turborepo-summary) - Generate human-readable reports from Turborepo run summary JSON output
- [`turborepo-summary-action`](https://github.com/charpeni/turborepo-summary-action) - GitHub Action wrapping `turborepo-summary` to append them to GitHub Actions Job Summary

</Callout>

### `--token`
Expand Down
Loading