bun-info

Display system and project diagnostic information

TLDR

Display system and project info
$ bun info
Display info in JSON format
$ bun info --json

SYNOPSIS

bun info [options]

DESCRIPTION

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.

PARAMETERS

--json

Output information in JSON format.

INSTALL

sudo pacman -S bun
brew install bun
nix profile install nixpkgs#bun

SEE ALSO

bun(1), bun-upgrade(1)

RESOURCES

Source code · Homepage · Documentation