mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[packaging] Add description
This commit is contained in:
parent
6b9fea2684
commit
34b9a7379a
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ module.exports = function (grunt) {
|
|||
'--package', targetDir,
|
||||
'-s', 'dir', // input type
|
||||
'--name', 'kibana',
|
||||
'--description', '"Explore and visualize your Elasticsearch data."',
|
||||
'--version', version,
|
||||
'--after-install', resolve(userScriptsDir, 'installer.sh'),
|
||||
'--after-remove', resolve(userScriptsDir, 'remover.sh'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue