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.
Binary Management (Artifactory)
Use JFrog CLI to upload, download, promote, and manage binaries and packages with Artifactory.
Security (Xray)
Scan dependencies, binaries, and containers for vulnerabilities and license compliance issues.
Governance & Lifecycle
Automate promotion, distribution, and lifecycle policies using JFrog CLI.
Integrations
Integrate JFrog CLI with CI/CD tools, package managers, and cloud platforms.
Platform Administration
Manage users, permissions, system settings, and platform operations.
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 | 5 |
| Artifactory | jf rt | 40+ |
| 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 |
Updated 12 days ago
