jfrog-cli

CLI tool for managing artifacts and build automation on JFrog platform

brewmacoslinux
Try with needOr install directly
Source

About

Command-line interface for JFrog products

Commands

jfrog

Examples

Configure JFrog CLI with your server credentials$ jfrog config add my-server --url=https://artifactory.example.com --user=admin --password=password
Upload artifacts to Artifactory repository$ jfrog rt upload ./dist/app-*.jar repo/path/ --server-id=my-server
Download artifacts from Artifactory$ jfrog rt download repo/path/artifact.jar ./local/path/ --server-id=my-server