JFrog CLI Command Reference
JFrog CLI Documentation by Product Area
These sections provide deeper guidance on using JFrog CLI with specific JFrog products and platform capabilities.
Use JFrog CLI to upload, download, promote, and manage binaries and packages with Artifactory.
Use the jf agent skills namespace to publish, install, search, and manage skills in Artifactory Skills repositories.
Scan dependencies, binaries, and containers for vulnerabilities and license compliance issues.
Automate promotion, distribution, and lifecycle policies using JFrog CLI.
Integrate JFrog CLI with CI/CD tools, package managers, and cloud platforms.
Manage users, permissions, system settings, and platform operations.
--format flag (JFrog CLI 2.105.0+)
Many commands accept --format json or --format table for machine-readable or tabular output. Most commands support both values; some are json-only. Per-command details are in the relevant tabs below.
When the flag is omitted, output stays backward-compatible (or silent on json-only commands). Json-only commands emit a status payload instead of structured data:
{"status_code": N, "message": "..."}The flag requires a value. Passing --format without a value prints:
Incorrect Usage: flag needs an argument: -formatPassing an unsupported value (for example --format yaml) prints:
[Error] only the following output formats are supported: json, tableOn json-only commands, the supported-formats message lists json only.
Quick Start
# Install JFrog CLI
curl -fL https://install-cli.jfrog.io | sh
# Initial login (interactive, opens browser)
jf login
# Or configure manually
jf config add my-server --url=https://mycompany.jfrog.io --user=admin --password=password
# Verify connection
jf rt pingCommand Summary
| Category | Prefix | Commands |
|---|---|---|
| Configuration | jf c | 7 |
| General | jf | 8 |
| Artifactory | jf rt | Many |
| Build Tools | jf mvn, jf npm, and others | 28 |
| Security/Xray | jf audit, jf scan | 4 |
| Distribution | jf ds, jf rbc | 10 |
| Evidence | jf evd | 2 |
| Plugins | jf plugin | 3 |
| Agent Skills | jf agent skills | 6 |
