https://github.com/jfrog/jfrog-cli-plugin-template
https://github.com/jfrog/jfrog-cli-plugin-template
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jfrog/jfrog-cli-plugin-template
- Owner: jfrog
- License: apache-2.0
- Created: 2020-09-08T11:00:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-13T09:20:36.000Z (almost 2 years ago)
- Last Synced: 2024-06-21T14:15:29.879Z (almost 2 years ago)
- Language: Go
- Size: 146 KB
- Stars: 7
- Watchers: 26
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hello-frog
## About this plugin
This plugin is a template and a functioning example for a basic JFrog CLI plugin.
This README shows the expected structure of your plugin's README.
## Installation with JFrog CLI
Installing the latest version:
`$ jf plugin install hello-frog`
Installing a specific version:
`$ jf plugin install hello-frog@version`
Uninstalling a plugin
`$ jf plugin uninstall hello-frog`
## Usage
### Commands
* hello
- Arguments:
- addressee - The name of the person you would like to greet.
- Flags:
- shout: Makes output uppercase **[Default: false]**
- Example:
```
$ jf hello-frog hello world --shout
NEW GREETING: HELLO WORLD
```
### Environment variables
* HELLO_FROG_GREET_PREFIX - Adds a prefix to every greet **[Default: New greeting: ]**
## Additional info
None.
## Release Notes
The release notes are available [here](RELEASE.md).