Hello, world: initial code drop for the Bandwidth CLI#1
Merged
Conversation
First real commit of the Bandwidth CLI's code into its canonical home
at github.com/Bandwidth/cli.
What's inside:
- The full `band` command surface: auth, account/site/location/app,
VCP, calls, messaging (with media), numbers, recordings,
transcriptions, BXML, 10DLC, toll-free verification, short codes,
TN options, and the quickstart flow.
- GoReleaser publishes the homebrew formula via a pull request now,
so tap updates get reviewed before shipping.
- Release workflow runs on GitHub-hosted runners and uses a repo
secret `HOMEBREW_TAP_TOKEN` — a fine-grained PAT scoped to
Bandwidth/homebrew-tap (Contents: Write, Pull requests: Write) —
to push and open the tap PR. No self-hosted runner or Vault
dependency, so the flow works when the repo goes public.
- Preserves the repo's baseline .bandwidth/{catalog-info,component}.yaml
and .github/CODEOWNERS from the initial provisioning commit.
Onward.
joshraub-bw
approved these changes
Apr 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This is the full initial drop of the Bandwidth CLI — the
bandbinary and everything that makes it work — landing in its canonical home atgithub.com/Bandwidth/cli.bandis a single command-line tool for Bandwidth's Voice, Messaging, and Numbers APIs. In this PR:Command surface
account register,auth,site,location,app,vcpcall,recording,transcription,bxmlmessage(+media),tendlc,tfv,shortcode,tnoptionnumber(search / order / list / release)quickstart,--plainfor scripts and agents, credential profiles, env-var-driven auth,--format json|table,prod/testenvironment switchingWhat a release produces
Bandwidth/homebrew-tap(via a review PR)Test plan
go build ./...cleango test ./...all packages passmake lintclean (verify locally or via CI)band --helplists the full command surface