kibana/scripts
Court Ewing fd084aea3b Shortcut to build asciidocs (#13164)
* Shortcut to build asciidocs

The command to build the Kibana docs using the elastic/docs repo can be
easy to forget, so this script is an easy to way to do it right every
time.

* Configurable docs repo location

For folks that clone the elastic docs repo to a different location than
as a sibling of kibana.
2017-08-23 10:28:19 -04:00
..
docs.js Shortcut to build asciidocs (#13164) 2017-08-23 10:28:19 -04:00
es_archiver.js
functional_test_runner.js
jest.js
makelogs.js Convert makelogs and mocha npm scripts (#11665) 2017-05-09 10:53:10 -07:00
mocha.js [ftr] make room for more projects (#11848) 2017-05-17 18:53:45 -07:00
README.md

kibana dev scripts

This directory contains scripts useful for interacting with Kibana tools in development. Use the node executable and --help flag to learn about how they work:

node scripts/{{script name}} --help

for developers

This directory is excluded from the build and tools within it should help users discover their capabilities. Each script in this directory must:

  • include the ../src/optimize/babel/register module to bootstrap babel
  • call out to source code that is in the src directory
  • react to the --help flag
  • run everywhere OR check and fail fast when a required OS or toolchain is not available