]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/jfrog/README.md
initial
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / jfrog / README.md
1 # JFrog CLI
2
3 This plugin provides completion for [JFrog CLI](https://github.com/jfrog/jfrog-cli).
4
5 JFrog CLI provides a simple interface that automates access to [Artifactory](https://jfrog.com/artifactory), [Xray](https://jfrog.com/xray), [Bintray](https://jfrog.com/bintray) and [Mission Control](https://jfrog.com/mission-control) through their respective REST APIs.
6
7 To use it, add `jfrog` to the plugins array in your zshrc file:
8
9 ```zsh
10 plugins=(... jfrog)
11 ```