Helper commands for development
cargo dev run-manager
cargo dev run-manager --cli
check for more manager-mode help
cargo dev run-manager --help
cargo dev dist
this will affect the binary name, package identifier, default install dir, and every output containing the vendor
key in translation file etc.
cargo dev set-vendor <NAME>
i.e. If the vendor name was set to my-rust
, the final binaries will be my-rust-installer
and my-rust-installer-cli
.
for more functionalities, check --help
cargo dev --help