Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
chore: add kibanaRoot setting to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
w33ble committed Nov 21, 2017
1 parent d538b32 commit 3769efd
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,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
------- | -----------
Expand Down

0 comments on commit 3769efd

Please sign in to comment.