返回命令列表

Linux command

bun-info 命令

文本

Copy it and replace filenames, paths, or keywords as needed.

命令示例

Display system and project info

bun info

Display info

bun info --json

说明

bun info displays diagnostic information about your Bun installation, system environment, and current project. This includes Bun version, operating system, CPU architecture, memory, and project configuration. Useful for troubleshooting issues or providing context when reporting bugs.

参数

--json
Output information in JSON format.

FAQ

What is the bun-info command used for?

bun info displays diagnostic information about your Bun installation, system environment, and current project. This includes Bun version, operating system, CPU architecture, memory, and project configuration. Useful for troubleshooting issues or providing context when reporting bugs.

How do I run a basic bun-info example?

Run `bun info` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does --json do in bun-info?

Output information in JSON format.