Linux command
bun-outdated 命令
文本
Copy it and replace filenames, paths, or keywords as needed.
命令示例
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.