cargo-binstall/crates/bin/src
Jiahao XU 44ac63ce0d
Extract GitHub token from file if --github-token or env variable GITHUB_TOKEN is not present (#849)
- Add option `--no-discover-github-token` for disabling this behavior
 - Add new dep gh-token v0.1.0 to crates/bin
 - Extract github-token from git-credentials or gh config if `--github-token` or
    environment variable `GITHUB_TOKEN` is not present.

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
2023-03-03 17:32:50 +13:00
..
args.rs Extract GitHub token from file if --github-token or env variable GITHUB_TOKEN is not present (#849) 2023-03-03 17:32:50 +13:00
bin_util.rs Enable coloring in console log (#528) 2022-11-13 22:45:19 +13:00
entry.rs Replace dep crates_io_api with in-house solution (#846) 2023-03-02 18:25:34 +11:00
install_path.rs Minor refactor and optimization (#543) 2022-11-19 20:00:27 +13:00
lib.rs Fix #588 race cond updating .crates.toml (#645) 2023-01-04 01:01:02 +00:00
logging.rs Feature: Better retry policy in binstalk-downloader (#794) 2023-02-13 13:43:48 +11:00
main.rs Migrate CI and builds to Just, add "full" builds (#660) 2023-01-08 16:27:36 +11:00
manifests.rs Fix #588 race cond updating .crates.toml (#645) 2023-01-04 01:01:02 +00:00
ui.rs Fix panic in ui::confirm on I/O error (#576) 2022-11-29 05:53:45 +00:00