Deploy a Package Using the Cargo Client (Recommended)

JFrog Artifactory Documentation

Products
JFrog Artifactory
Content Type
User Guide
ft:sourceType
Paligo

To deploy a package, run the following Cargo publish command.

Cargo install

cargo publish or cargo publish --registry (registry id)

To override the credentials for that repository, run the following command.

Cargo install

cargo publish --token "Basic (base64 of user:password)"or cargo publish --token "Bearer (access token)"