LinuxCommandLibrary

jf

JFrog CLI for interacting with JFrog platform services

TLDR

Configure Artifactory

$ jf config add
copy
Upload artifact
$ jf rt u [file.jar] [repo/path/]
copy
Download artifact
$ jf rt dl [repo/path/file.jar]
copy
Search artifacts
$ jf rt s [repo/] --include-dirs
copy
Build publish
$ jf rt bp [build-name] [build-number]
copy
Docker push
$ jf docker push [image:tag] [repo]
copy

SYNOPSIS

jf command [options]

DESCRIPTION

jf is the JFrog CLI for interacting with JFrog platform services. It manages artifacts in Artifactory and integrates with CI/CD.
The tool supports all package types and registries. It handles uploads, downloads, builds, and security scanning.

PARAMETERS

config CMD

Configure server connections.
rt CMD
Artifactory commands.
docker CMD
Docker registry commands.
npm CMD
npm registry commands.
pip CMD
Python registry commands.
--help
Display help information.

CAVEATS

Alias for jfrog CLI. Requires server configuration. Enterprise features may need license.

HISTORY

jf is the short alias for the JFrog CLI, introduced to simplify command-line usage of JFrog platform services.

SEE ALSO

jfrog(1), docker(1), npm(1), mvn(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community