cargo-reg
This tool extends cargo to allow you manage
alternative registries by modifying .cargo/config file from
the command line.
Install
Usage
cargo-reg
This command allows you to manage alternative registries in .cargo/config file.
USAGE:
cargo-reg [FLAGS] [SUBCOMMAND]
FLAGS:
-g, --global Operate on a global config
-h, --help Prints help information
-l, --local Operate on a local config only
-V, --version Prints version information
-v, --verbose Verbose mode.
SUBCOMMANDS:
add Add a new `<ALIAS> => <INDEX_URL>`
get Get <INDEX_URL> by <ALIAS>
help Prints this message or the help of the given subcommand(s)
list Print the current configuration
rename Rename an existing <ALIAS>
rm Remove an existing <ALIAS>
set Set a new <INDEX_URL> by <ALIAS>
Example
License
Licensed at your option under either of