A CLI tool for ghbountybot.
cargo install --git https://github.com/ghbountybot/cli
bounty-cli
nix run github:ghbountybot/cli
Set your GitHub token either via environment variable:
export GITHUB_TOKEN=your_github_token
Or pass it directly with the --github-token
flag.
bounty-cli --help
Generate shell completions:
bounty-cli completion <shell>