kibana/scripts
2018-03-19 13:23:59 -05:00
..
backport.js Add Backport to toolchain (#14525) (#14548) 2017-10-24 16:56:16 -04:00
docs.js
es_archiver.js
eslint.js [6.x] [eslint] add eslint dev script (#14889) (#14941) 2017-11-14 10:24:00 -07:00
functional_test_runner.js
generate_plugin.js [kbn-plugin-generator] add plugin generator to the repo (#16655) (#16686) 2018-02-12 17:46:46 -07:00
jest.js [6.x] Introduce Jest integration tests. (#16830) 2018-02-20 23:02:29 +01:00
jest_integration.js [6.x] Introduce Jest integration tests. (#16830) 2018-02-20 23:02:29 +01:00
kbn.js [kbn-pm] rename from kbn-build (#16739) (#16742) 2018-02-14 11:51:40 -07:00
kibana.js [6.x] add scripts/kibana{_keystore,_plugin,} (#17122) 2018-03-19 13:23:59 -05:00
kibana_keystore.js [6.x] add scripts/kibana{_keystore,_plugin,} (#17122) 2018-03-19 13:23:59 -05:00
kibana_plugin.js [6.x] add scripts/kibana{_keystore,_plugin,} (#17122) 2018-03-19 13:23:59 -05:00
makelogs.js
mocha.js
precommit_hook.js [6.x] [precommit hook] add dev script (#14890) (#15065) 2017-11-20 17:00:37 -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:

  • require src/babel-register 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