The Bun Environment Manager provides several commands to manage Bun versions and packages.
bun-install <version>: Install a new version of Bun.bun-switch <version>: Switch to an installed version of Bun.bun-package <install|remove> <package-name>: Manage Bun packages.bun-config <key> [value]: Manage global configuration.bun-env: Interactive environment manager.
For more detailed instructions on each command, run them with the --help flag.