Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 367 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 367 Bytes

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