Skip to content

Files

This branch is 67091 commits behind elastic/kibana:main.

scripts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 20, 2017
Oct 24, 2017
Apr 24, 2018
Sep 20, 2017
Apr 25, 2018
Sep 20, 2017
Nov 14, 2017
Sep 20, 2017
Feb 12, 2018
Feb 19, 2018
Feb 19, 2018
Feb 14, 2018
Nov 22, 2017
Feb 2, 2018
Feb 2, 2018
May 9, 2017
Sep 20, 2017
Apr 4, 2018
Nov 20, 2017

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