5 releases (stable)
1.2.1 | Feb 12, 2022 |
---|---|
1.2.0 | Feb 11, 2022 |
1.1.0 | Feb 11, 2022 |
1.0.0 | Feb 11, 2022 |
0.1.0 | Feb 10, 2022 |
#633 in Cargo plugins
16KB
113 lines
cargo-jfrog-dl-spec
A cargo subcommand that based on a Cargo.lock file generates JFrog CLI spec file to download crates from a private registry.
Install
cargo install cargo-jfrog-dl-spec
Usage
# Generate spec file
cargo jfrog-dl-spec --registry artifactory >spec.json
# Download crates from spec file
jfrog rt dl --spec=spec.json
Dependencies
~50MB
~1M SLoC