Web CLI

Web CLI

Try the CLI right here in your browser!
This uses a demo project you can view in the Project Files below.

You may have a better experience with the Web CLI on desktop.
$ bw
Notes:
  • See the full CLI documentation here.
  • bw is an alias for bunx bun-workspaces. However, you can use bw in your root package.json scripts without setting up a shell alias when bun-workspaces is installed.
  • This isn't a full bash shell, so shell operations beyond providing args to bw aren't supported.
  • Inline scripts, the doctor command, appending args to scripts, and changing the working directory via --cwd aren't supported here.