JFrog CLI Command Reference
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, etc. | 28 |
| Security/Xray | jf audit, jf scan | 4 |
| Distribution | jf ds, jf rbc | 10 |
| Evidence | jf evd | 2 |
| Plugins | jf plugin | 3 |
Updated 7 days ago
