Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jfrog/jfrog-cli
JFrog CLI is a client that provides a simple interface that automates access to the JFrog products.
https://github.com/jfrog/jfrog-cli
Last synced: 1 day ago
JSON representation
JFrog CLI is a client that provides a simple interface that automates access to the JFrog products.
- Host: GitHub
- URL: https://github.com/jfrog/jfrog-cli
- Owner: jfrog
- License: apache-2.0
- Created: 2015-08-18T20:49:18.000Z (over 9 years ago)
- Default Branch: v2
- Last Pushed: 2024-10-29T11:57:31.000Z (22 days ago)
- Last Synced: 2024-10-29T13:35:40.376Z (22 days ago)
- Language: Go
- Homepage: https://www.jfrog.com/confluence/display/CLI/JFrog+CLI
- Size: 55.9 MB
- Stars: 531
- Watchers: 59
- Forks: 232
- Open Issues: 566
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![JFrog CLI](images/jfrog-cli-intro.png)](https://github.com/jfrog/jfrog-cli)
# JFrog CLI
[![Scanned by Frogbot](https://raw.github.com/jfrog/frogbot/master/images/frogbot-badge.svg)](https://github.com/jfrog/frogbot#readme)
[![Go Report Card](https://goreportcard.com/badge/github.com/jfrog/jfrog-cli)](https://goreportcard.com/report/github.com/jfrog/jfrog-cli)
[![license](https://img.shields.io/badge/License-Apache_2.0-blue.svg?style=flat)](https://raw.githubusercontent.com/jfrog/jfrog-cli/v2/LICENSE) [![](https://img.shields.io/badge/Docs-%F0%9F%93%96-blue)](https://docs.jfrog-applications.jfrog.io/jfrog-applications/jfrog-cli)
[![Go version](https://img.shields.io/github/go-mod/go-version/jfrog/jfrog-cli)](https://tip.golang.org/doc/go1.23)Tests status
V2
DEV
Artifactory
Xray
Distribution
Access
Maven
Gradle
npm
Docker
Podman
NuGet
Python
Go
📃 Scripts
📊 Code Analysis
🔌 Plugins
☁️ Transfer To Cloud
# Table of Contents
- [Overview](#overview)
- [Download and Installation](#download-and-installation)
- [Code Contributions](#code-contributions)
- [Using JFrog CLI](#using-jfrog-cli)
- [JFrog CLI Plugins](#jfrog-cli-plugins)
- [Release Notes](#release-notes)# Overview
JFrog CLI is a compact and smart client that provides a simple interface that automates access to _Artifactory_ and
_Mission Control_ through their respective REST APIs.
By using the JFrog CLI, you can greatly simplify your automation scripts making them more readable and easier to
maintain.
Several features of the JFrog CLI makes your scripts more efficient and reliable:- Multithreaded upload and download of artifacts make builds run faster
- Checksum optimization reduces redundant file transfers
- Wildcards and regular expressions give you an easy way to collect all the artifacts you wish to upload or download.
- "Dry run" gives you a preview of file transfer operations before you actually run them# Download and Installation
You can either install JFrog CLI using one of the supported installers or download its executable directly. Visit
the [Install JFrog CLI Page](https://jfrog.com/getcli/) for details.# Code Contributions
We welcome pull requests from the community. To help us improve this project, please read our [contribution](CONTRIBUTING.md) guide.
# Using JFrog CLI
JFrog CLI can be used for a variety of functions with Artifactory, Xray and Mission Control,
and has a dedicated set of commands for each product.
To learn how to use JFrog CLI, please visit
the [JFrog CLI User Guide](https://jfrog.com/help/r/jfrog-cli).# JFrog CLI Plugins
[JFrog CLI Plugins](https://docs.jfrog-applications.jfrog.io/jfrog-applications/jfrog-cli/cli-plugins) support enhancing the functionality of JFrog CLI to meet the specific user and organization needs. The
source code of a plugin is maintained as an open source Go project on GitHub. All public plugins are registered in JFrog
CLI's Plugins Registry, which is hosted in the [jfrog-cli-plugins-reg](https://github.com/jfrog/jfrog-cli-plugins-reg)
GitHub repository. We encourage you, as developers, to create plugins and share them publicly with the rest of the
community. Read more about this in the [JFrog CLI Plugin Developer Guide](https://docs.jfrog-applications.jfrog.io/jfrog-applications/jfrog-cli/cli-plugins/developer-guide).# Release Notes
The release notes are available [here](https://github.com/jfrog/jfrog-cli/releases).