Official command-line client for publishing and managing podcasts on Listenbox.
The CLI talks only to Listenbox's public API. Its generated Go client and local configuration types are committed to this repository.
Requires Go 1.27 or newer.
go install github.com/listenbox/listenbox-cli/cmd/listenbox@latestMake sure Go's binary directory is on PATH, then authorize the CLI:
listenbox loginlistenbox shows list
listenbox helpRun listenbox help <command> for command-specific usage.
Generated API client and configuration files are committed, so a fresh clone builds without another repository or a code-generation step.
go build ./cmd/listenbox
go test -tags=dev ./...Task runs the complete project check:
task checkSee LICENSE.