JFrog CLI

Automate JFrog CLI artifact, build, and REST API workflows.

5|1|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/jfrog/ai-agent-examples --skill jfrog-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: JFrog CLI
Source: https://github.com/jfrog/ai-agent-examples/tree/main/platform-features/skills/jfrog-cli
Command: npx skills add https://github.com/jfrog/ai-agent-examples --skill jfrog-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Simplify and accelerate the workflow of managing Artifactory repositories, builds, and platform REST APIs by using the JFrog CLI, reducing manual command overhead.

Core Features & Use Cases

  • Upload and download artifacts with Artifactory repositories using jf rt
  • Run security scans and manage builds with jf audit, jf scan, and jf release bundles
  • Access JFrog Platform REST APIs via jf api and automate configuration with jf config
  • Use CLI-based workflows to integrate Artifactory operations into CI/CD pipelines and local development

Quick Start

Install the JFrog CLI, verify it is 2.100.0+ for REST API access, and run a simple command like jf config show to verify setup.

Frequently Asked Questions about JFrog CLI

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate uploading artifacts to Artifactory repositories using the command line?

You can automate uploading artifacts to Artifactory repositories using the jf rt command, which reduces manual command overhead by orchestrating artifact management directly through the JFrog CLI.

What's the best way to run security scans on builds in a CI/CD pipeline?

Running security scans on builds is best handled with the jf audit and jf scan commands, which integrate directly into CI/CD pipelines to identify vulnerabilities during the build process.

Can I access JFrog Platform REST APIs without writing custom curl scripts?

Yes, you can access JFrog Platform REST APIs using the jf api command, which requires JFrog CLI version 2.100.0 or newer to invoke REST calls without custom curl scripts.

How do I configure and verify JFrog CLI login flows for local development?

You can configure and verify JFrog CLI login flows for local development by running jf config to set up credentials and then using jf config show to verify the setup is active.

How do I create release bundles for deployments using JFrog CLI?

You can create release bundles for deployments using the jf release bundle command, which orchestrates build management and release operations directly through the JFrog CLI.

What JFrog CLI version is required to use REST API access for platform administration?

JFrog CLI version 2.100.0 or newer is required to use REST API access via the jf api command for platform administration, CI/CD pipelines, and local development tasks.