Minor fix in plugin install CLI help

This commit is contained in:
Christoph Büscher 2015-08-24 15:39:17 +02:00
parent 9112217869
commit 5f85349080
1 changed files with 4 additions and 6 deletions

View File

@ -12,21 +12,19 @@ DESCRIPTION
The argument can be a <name> of one of the official plugins, or refer to a github repository The argument can be a <name> of one of the official plugins, or refer to a github repository
The notation of just specifying a plugin name, downloads an officially supported plugin. The notation of just specifying a plugin name downloads an officially supported or commercial plugin
The notation of 'elasticsearch/plugin/version' allows to easily download a commercial elastic plugin.
The notation of 'groupId/artifactId/version' refers to community plugins using maven central or sonatype The notation of 'groupId/artifactId/version' refers to community plugins using maven central or sonatype
The notation of 'username/repository' refers to a github repository. The notation of 'username/repository' refers to a github repository
The argument can be an valid <url> which points to a download or file location for the plugin to be loaded from. The argument can also be a valid <url> which points to a download or file location for the plugin to be loaded from
EXAMPLES EXAMPLES
plugin install analysis-kuromoji plugin install analysis-kuromoji
plugin install elasticsearch/shield/latest plugin install shield
plugin install lmenezes/elasticsearch-kopf plugin install lmenezes/elasticsearch-kopf