jfrog
official CLI for JFrog platform
TLDR
Configure server
$ jfrog config add [server-id]
Upload to Artifactory$ jfrog rt upload [file] [repo/path/]
Download from Artifactory$ jfrog rt download [repo/path/]
Build integration$ jfrog rt build-publish [name] [number]
Scan for vulnerabilities$ jfrog xr scan [path]
Docker operations$ jfrog docker push [image] [repo]
SYNOPSIS
jfrog command [subcommand] [options]
DESCRIPTION
jfrog is the official CLI for JFrog platform. It interacts with Artifactory, Xray, and other JFrog services.
The tool manages binary artifacts across all package types. It integrates with CI/CD for build info and security scanning.
PARAMETERS
config
Manage server configurations.rt
Artifactory commands.xr
Xray security scanning.docker
Container registry.npm, pip, go, maven
Package manager integrations.--url URL
Server URL.--help
Display help information.
CAVEATS
Requires JFrog server. Enterprise features need license. Configuration per server.
HISTORY
JFrog CLI was created by JFrog to provide unified command-line access to their artifact management platform.
