This repository has been archived by the owner on Jan 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# kibana-plugin-helpers | ||
|
||
Just some helpers for kibana plugin devs. | ||
|
||
This simple CLI has several tasks that plugin devs can run from to easily debug, test, or package kibana plugins. | ||
|
||
See the [docs](docs) directory for more info. | ||
|
||
```sh | ||
$ plugin-helper help | ||
|
||
Usage: plugin-helper [options] [command] | ||
|
||
|
||
Commands: | ||
|
||
start start the server | ||
test:browser run the browser tests | ||
test:server run the server tests | ||
build build a distributable archive | ||
help [cmd] display help for [cmd] | ||
|
||
Options: | ||
|
||
-h, --help output usage information | ||
-V, --version output the version number | ||
|
||
``` |