mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
bun-outdated: add short options and fix description (#20554)
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# 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:
|
||||
@@ -17,8 +17,8 @@
|
||||
|
||||
- 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