jf
JFrog CLI for interacting with JFrog platform services
TLDR
Configure Artifactory
$ jf config add
Upload artifact$ jf rt u [file.jar] [repo/path/]
Download artifact$ jf rt dl [repo/path/file.jar]
Search artifacts$ jf rt s [repo/] --include-dirs
Build publish$ jf rt bp [build-name] [build-number]
Docker push$ jf docker push [image:tag] [repo]
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.
