LinuxCommandLibrary

bun-info

Display system and project diagnostic information

TLDR

Display system and project info

$ bun info
copy
Display info in JSON format
$ bun info --json
copy

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.

SEE ALSO

bun(1), bun-upgrade(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community