mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-14 15:48:32 +00:00
Update cheatsheets
This commit is contained in:
29
tldr/bun-outdated
Normal file
29
tldr/bun-outdated
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# bun outdated
|
||||
|
||||
> List dependencies in your project that have newer versions available.
|
||||
> More information: <https://bun.com/docs/pm/cli/outdated>.
|
||||
|
||||
- List all outdated dependencies in the current project:
|
||||
|
||||
`bun outdated`
|
||||
|
||||
- Check if a specific package is outdated:
|
||||
|
||||
`bun outdated {{package}}`
|
||||
|
||||
- List outdated dependencies matching a glob pattern:
|
||||
|
||||
`bun outdated "{{pattern}}"`
|
||||
|
||||
- Show outdated dependencies for specific workspaces:
|
||||
|
||||
`bun outdated --filter "{{workspace_pattern}}"`
|
||||
|
||||
- Recursively check all workspaces in a monorepo:
|
||||
|
||||
`bun outdated --recursive`
|
||||
Reference in New Issue
Block a user