Files
bun.sh/docs
Claude Bot 3c886c7ec8 Implement --workspace flag for bun run command
This adds npm-compatible --workspace functionality to bun run, allowing
users to run scripts in specific workspace packages.

Key features:
- Accepts --workspace/-w flag with package names
- Supports multiple --workspace flags
- Preserves workspace definition order (unlike --filter which uses dependency order)
- Can be combined with --filter flags
- Includes comprehensive test coverage

Example usage:
  bun run --workspace foo test
  bun run -w foo -w bar test
  bun run --workspace foo --filter 'ba*' test

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-14 12:50:03 +00:00
..
2025-07-10 00:10:43 -07:00
2025-07-10 00:10:43 -07:00
2025-07-10 00:10:43 -07:00
2025-07-10 00:10:43 -07:00
2025-06-22 20:51:45 -07:00
2025-07-10 00:10:43 -07:00
2025-05-26 21:56:32 -07:00
2025-07-10 00:10:43 -07:00