Skip to content

gailazar300/jfrog-cli-plugins-reg

 
 

Repository files navigation

JFrog CLI Plugins Registry

General

JFrog CLI Plugins allow 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. The Registry is hosted in this GitHub repository. The plugins directory includes a descriptor file for each plugin included in the Registry.

Installing a plugin

After a plugin is included in this Registry, it becomes available for installation using JFrog CLI. JFrog CLI version 1.41.1 or above is required. To install a plugin included in this registry, run the following JFrog CLI command -  jf plugin install plugin-name.

Available plugins

build-deps-info The build-deps-info plugin prints the dependencies' details of a specific build, which has been previously published to Artifactory.
build-report This JFrog CLI plugin prints a report of a published build info in Artifactory, or the diff between two builds.
cve-impact-check This plugin allows checking via Xray if there are any impacted artifacts on a specific env/jfrog platform. It requires the artifacts to be already indexed by Xray.
file-spec-gen This plugin provides an easy way for generating file-specs json.
JCheck A Micro-UTP, plug-able sanity checker for any on-prem JFrog platform instance.
jfrog-yocto This plugin allows integrating Yocto builds with the JFrog Platform.
live-logs The JFrog Platform includes an integrated Live Logs plugin, which allows customers to get the JFrog product logs (Artifactory, Xray, Mission Control, Distribution, and Pipelines) using the JFrog CLI Plugin. The plugin also provides the ability to cat and tail -f any log on any product node.
metrics-viewer A plugin or standalone binary to show open-metrics formatted data in a terminal based graph.
Piperika This is a JFrog Pipelines CLI utility with an emphasis on the consumer experience. As a consumer of CI/CD system, you don't always want to understand the complexity but just "use" it.
repostats This plugin can help find out the most popularly downlaoded artifacts in a given repository, Artifacts that are consuming the most space in a given repository with various levels of customization available. Results obtained can also be sorted and filtered.
rm-empty This plugin deletes all the empty folders under a specific path in Artifactory.
rt-cleanup This plugin is a simple Artifactory cleanup plugin. It can be used to delete all artifacts that have not been downloaded for the past n time units (both can be configured) from a given repository.
rt-fs This plugin executes file system commands in Artifactory. It is designed to mimic the functionality of the Linux/Unix 'ls' and 'cat' commands.

Developing and publishing plugins

We encourage you, as developers, to create plugins and share them publicly with the rest of the community. Read the JFrog CLI Plugins Developer Guide for information about developing and publishing JFrog CLI Plugins.

rt-fs-plugin

build-report-plugin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 90.8%
  • Shell 9.2%