Crates.io | bh |
lib.rs | bh |
version | |
source | src |
created_at | 2024-11-28 10:36:27.151852+00 |
updated_at | 2025-04-04 22:17:24.483433+00 |
description | BountyHub CLI |
homepage | |
repository | https://github.com/bountyhub-org/bh |
max_upload_size | |
id | 1464108 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
bh
is BountyHub CLI tool that allows you to interact with the BountyHub API.
The idea is to provide a way to interact with the API from the terminal.
This is especially important for the BountyHub Runner. It can be used to download the results of previous runs and use it in your pipeline.
cargo install bh
bh
binary to a directory in your PATHbh --help
to see if the installation was successfulcargo install --path .
To enable auto-completion, you can run the following command:
If you are not sure which shell you are using, you can run the following command:
echo $SHELL
You can run the following command to see what shells are available:
bh completion --help
source <(bh completion bash)
source <(bh completion zsh)