Update cheatsheets

This commit is contained in:
ivuorinen
2026-01-06 00:22:28 +00:00
parent 54605ccea2
commit 98e90b9247
16 changed files with 98 additions and 18 deletions

View File

@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
---
# bun outdated
> List dependencies in your project that have newer versions available.
> List dependencies that have newer versions available.
> More information: <https://bun.com/docs/pm/cli/outdated>.
- List all outdated dependencies in the current project:
@@ -22,8 +22,8 @@ source: https://github.com/tldr-pages/tldr.git
- Show outdated dependencies for specific workspaces:
`bun outdated --filter "{{workspace_pattern}}"`
`bun outdated {{[-F|--filter]}} "{{workspace_pattern}}"`
- Recursively check all workspaces in a monorepo:
`bun outdated --recursive`
`bun outdated {{[-r|--recursive]}}`