LinuxCommandLibrary

jfrog

official CLI for JFrog platform

TLDR

Configure server

$ jfrog config add [server-id]
copy
Upload to Artifactory
$ jfrog rt upload [file] [repo/path/]
copy
Download from Artifactory
$ jfrog rt download [repo/path/]
copy
Build integration
$ jfrog rt build-publish [name] [number]
copy
Scan for vulnerabilities
$ jfrog xr scan [path]
copy
Docker operations
$ jfrog docker push [image] [repo]
copy

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.

SEE ALSO

jf(1), mvn(1), npm(1), docker(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community