registry-backup 0.5.0-beta.1 Jonathan Strong USAGE: publish [OPTIONS] --config-file OPTIONS: -c, --config-file Config file with source directories and destination registry info --dry-run Perform all the work of generating `cargo publish` payloads, but don't send them to the destination registry server --validate Load config file, validate the settings, and display the final loaded content to stdout, then exit --filter-crates Use to limit which crates from the source registry are published to the destination registry. Expects a regular expression which will be matched against the names of crates. Only crates with names that match the regex will be published. This field may also be specified at the top level of the config file -h, --help Print help information -V, --version Print version information