Options (2)
-F, --filterbooleanShow outdated dependencies for specific workspaces
Example:
bun outdated {{[-F|--filter]}} "{{workspace_pattern}}"-r, --recursivebooleanRecursively check all workspaces in a monorepo
Example:
bun outdated {{[-r|--recursive]}}Examples (5)
List all outdated dependencies in the current project
Check if a specific package is outdated
bun outdated packageList outdated dependencies matching a glob pattern
bun outdated "pattern"Show outdated dependencies for specific workspaces
bun outdated [-F|--filter] "workspace_pattern"Recursively check all workspaces in a monorepo
bun outdated [-r|--recursive]made by @shridhargupta | data from tldr-pages