Skip to content

ghbountybot/cli

Repository files navigation

bounty

CI Nix Npm

A CLI tool for ghbountybot.

Running

cargo

cargo install --git https://github.com/ghbountybot/cli
bounty

nix

nix run github:ghbountybot/cli

Usage

Authentication

Set your GitHub token either via environment variable:

export GITHUB_TOKEN=your_github_token

Or pass it directly with the --github-token flag.

Commands

bounty --help

Generate shell completions:

bounty completion <shell>

Error Reporting

We use Sentry for error reporting and performance monitoring. If you don't want to send errors to Sentry, you can use DISABLE_SENTRY=1 before running the CLI.