Linux command
bun-outdated 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Check for outdated packages
bun outdated
Output as JSON
bun outdated --json
说明
bun outdated checks for packages in your project that have newer versions available. It compares installed versions against the latest available versions in the registry. The output shows current version, wanted version (matching semver range), and latest version for each outdated package.
参数
- --json
- Output in JSON format.
FAQ
What is the bun-outdated command used for?
bun outdated checks for packages in your project that have newer versions available. It compares installed versions against the latest available versions in the registry. The output shows current version, wanted version (matching semver range), and latest version for each outdated package.
How do I run a basic bun-outdated example?
Run `bun outdated` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --json do in bun-outdated?
Output in JSON format.