mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
chore: add kibanaRoot setting to readme
Original commit: elastic/kibana-plugin-helpers@4bced22a94
This commit is contained in:
parent
5a9eed6765
commit
d8a5a47ca1
1 changed files with 8 additions and 2 deletions
|
@ -43,14 +43,20 @@ It will also observe a `.kibana-plugin-helpers.dev.json`, much like Kibana does,
|
|||
|
||||
All configuration setting listed below can simply can be included in the json config files. If you intend to inline the command, you will need to convert the setting to snake case (ie. `skipArchive` becomes `--skip-archive`).
|
||||
|
||||
### `start`
|
||||
## Global settings
|
||||
|
||||
Setting | Description
|
||||
------- | -----------
|
||||
`kibanaRoot` | Path to your checkout of Kibana, relative paths are ok
|
||||
|
||||
### Settings for `start`
|
||||
|
||||
Setting | Description
|
||||
------- | -----------
|
||||
`includePlugins` | Intended to be used in a config file, an array of additional plugin paths to include, absolute or relative to the plugin root
|
||||
`*` | Any options/flags included will be passed unmodified to the Kibana binary
|
||||
|
||||
### `build`
|
||||
### Settings for `build`
|
||||
|
||||
Setting | Description
|
||||
------- | -----------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue