| prebuilt-version | Version of cargo-prebuilt to use | yes | latest |
| prebuilt-target | Target for the version of cargo-prebuilt to install | yes | current |
| prebuilt-verify | Verify downloaded cargo prebuilt | yes | sha256 |
| pkgs | A CSV list of prebuilt crates needed with optional version numbers (see cargo-prebuilt cli) | — | "" |
| target | Target for the version of the tools to install | — | "" |
| safe | Do not overwrite binaries that already exist | — | "" |
| update | Update packages based on binary hash | — | "" |
| index | Index to use | — | "" |
| pub-key | A public verifying key encoded as base64. (Or a list of them using CSV). | — | "" |
| auth | Auth token to use for private indexes | — | "" |
| index-key | Index to use, pulling from config file | — | "" |
| ci | Do not download reports, check for a config file, and ignore safe mode | — | true |
| no-sig | Do not verify downloaded info.jsons and hashes.jsons | — | "" |
| no-hash | Do not verify downloaded archives | — | "" |
| hash-bins | Hash and verify extracted binaries | — | "" |
| path | Path to the folder where downloaded binaries will be installed. (Default: $CARGO_HOME/bin) | — | "" |
| report-path | Path 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-path | Do not create the report and/or bin folder if it is missing | — | "" |
| reports | Reports to be downloaded in a CSV format (Default: license) (See: See https://github.com/cargo-prebuilt/cargo-prebuilt/blob/main/docs/REPORT_TYPES.md) | — | "" |
| config | Path to the config file (Default: See https://github.com/cargo-prebuilt/cargo-prebuilt/blob/main/docs/PATHS.md#config) | — | "" |
| require-config | Require a config file to be used. (--ci will override this) | — | "" |
| out | Output events | — | true |
| get-latest | Get latest versions of crates in index and then exit | — | "" |
| color | Force color to be turned on or off | — | true |