cargo-prebuilt/Install cargo-prebuilt

Install cargo prebuilt and crates to a runner

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
prebuilt-versionVersion of cargo-prebuilt to useyeslatest
prebuilt-targetTarget for the version of cargo-prebuilt to installyescurrent
prebuilt-verifyVerify downloaded cargo prebuiltyessha256
pkgsA CSV list of prebuilt crates needed with optional version numbers (see cargo-prebuilt cli)""
targetTarget for the version of the tools to install""
safeDo not overwrite binaries that already exist""
updateUpdate packages based on binary hash""
indexIndex to use""
pub-keyA public verifying key encoded as base64. (Or a list of them using CSV).""
authAuth token to use for private indexes""
index-keyIndex to use, pulling from config file""
ciDo not download reports, check for a config file, and ignore safe modetrue
no-sigDo not verify downloaded info.jsons and hashes.jsons""
no-hashDo not verify downloaded archives""
hash-binsHash and verify extracted binaries""
pathPath to the folder where downloaded binaries will be installed. (Default: $CARGO_HOME/bin)""
report-pathPath to the folder where the reports will be put (Default: See https://github.com/cargo-prebuilt/cargo-prebuilt/blob/main/docs/PATHS.md#reports)""
no-create-pathDo not create the report and/or bin folder if it is missing""
reportsReports to be downloaded in a CSV format (Default: license) (See: See https://github.com/cargo-prebuilt/cargo-prebuilt/blob/main/docs/REPORT_TYPES.md)""
configPath to the config file (Default: See https://github.com/cargo-prebuilt/cargo-prebuilt/blob/main/docs/PATHS.md#config)""
require-configRequire a config file to be used. (--ci will override this)""
outOutput eventstrue
get-latestGet latest versions of crates in index and then exit""
colorForce color to be turned on or offtrue
namedescription
prebuilt-versionCargo prebuilt version that was installed
prebuilt-targetCargo prebuilt target that was installed
prebuilt-binaryCargo prebuilt binary install location
outStdout of cargo-prebuilt if it downloaded any tools