mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Missing argument for generate_plugin script (#16782)
This commit is contained in:
parent
b379f5fdf8
commit
e135657d1f
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ To target 6.3, use the `6.x` branch (until the `6.3` branch is created).
|
|||
```sh
|
||||
git checkout 6.x
|
||||
yarn kbn bootstrap # always bootstrap when switching branches
|
||||
node scripts/generate_plugin
|
||||
node scripts/generate_plugin my_plugin_name
|
||||
# generates a plugin for Kibana 6.3 in `../kibana-extra/my_plugin_name`
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue