mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-12 12:59:00 +00:00
Update cheatsheets
This commit is contained in:
@@ -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]}}`
|
||||
|
||||
Reference in New Issue
Block a user