Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Listenbox CLI

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.

Install

Requires Go 1.27 or newer.

go install github.com/listenbox/listenbox-cli/cmd/listenbox@latest

Make sure Go's binary directory is on PATH, then authorize the CLI:

listenbox login

Usage

listenbox shows list
listenbox help

Run listenbox help <command> for command-specific usage.

Develop

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 check

License

See LICENSE.

About

Official command-line client for Listenbox

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Contributors

Languages