0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-12 04:01:14 +02:00
ohmyzsh/plugins/jfrog
2021-12-17 16:03:20 -08:00
..
jfrog.plugin.zsh feat(jfrog): Support jf executable auto completion (#10503) 2021-12-17 16:03:20 -08:00
README.md Add JFrog CLI plugin (#8250) 2020-02-25 12:00:25 +01:00

JFrog CLI

This plugin provides completion for JFrog CLI.

JFrog CLI provides a simple interface that automates access to Artifactory, Xray, Bintray and Mission Control through their respective REST APIs.

To use it, add jfrog to the plugins array in your zshrc file:

plugins=(... jfrog)