Skip to content

feat: rename binary from req to breq#31

Merged
devops-bda merged 1 commit into
mainfrom
feat/rename-req-to-breq
May 23, 2026
Merged

feat: rename binary from req to breq#31
devops-bda merged 1 commit into
mainfrom
feat/rename-req-to-breq

Conversation

@phanikumarps

Copy link
Copy Markdown
Contributor

Why

req conflicts with an existing Homebrew formula — andrewpillar/req, an HTTP scripting language available via brew install req. To avoid user confusion and PATH conflicts, renaming to breq (b + bluerequests abbreviation), which follows the same pattern as bai.

What changed

  • Binary: reqbreq (cmd/req/cmd/breq/)
  • Config dir: ~/.req~/.breq
  • Env var: REQ_INSTALL_DIRBREQ_INSTALL_DIR
  • goreleaser: project name, ids, archive templates, nfpm paths, Homebrew cask (reqbreq)
  • install.sh, Makefile, Dockerfile, README.md, AGENTS.md, CONTRIBUTING.md updated

Go module path unchanged: github.com/bluefunda/bluerequests

Test Plan

  • go build ./... passes
  • breq --help launches with correct command tree
  • goreleaser check passes

🤖 Generated with Claude Code

`req` conflicts with an existing Homebrew formula (andrewpillar/req,
an HTTP scripting language). `breq` is unique, follows the same naming
pattern as `bai` (b + product abbreviation), and reads naturally.

- Binary: req → breq (cmd/req/ → cmd/breq/)
- Config dir: ~/.req → ~/.breq
- Env var: REQ_INSTALL_DIR → BREQ_INSTALL_DIR
- goreleaser: all ids, archive names, nfpm paths, Homebrew cask
- install.sh, Makefile, Dockerfile, README, AGENTS.md updated

Go module path (github.com/bluefunda/bluerequests) unchanged.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@devops-bda devops-bda merged commit 8b0341e into main May 23, 2026
4 checks passed
@devops-bda devops-bda deleted the feat/rename-req-to-breq branch May 23, 2026 00:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants