Linux command
bun-info 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
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.