kibana/packages/kbn-dev-utils
Spencer cb8ea09cb4
[dev/build] fix missing flag checks (#35187)
* [dev/build] fix missing flag checks

With the upgrade to the new version of getopts, boolean flags are now defaulting to `false`, which prevents the `undefined` checks in place for the `--rpm`, `--deb`, `--docker` flags. Or order to ensure that they can be checked for existence we can default the flags to `null`, which gives these "boolean" flags a third possible state, only possible when the flags are not specified from the command line.

* [dev/build] break out args processing and test

* reindent help text

* always return unknownFlags
2019-04-16 14:46:03 -07:00
..
src [dev/build] fix missing flag checks (#35187) 2019-04-16 14:46:03 -07:00
.babelrc Rename @kbn/babel-preset/common & node & webpack to @kbn/babel-preset/common_preset & node_preset & webpack_preset. (#19025) 2018-05-15 17:23:20 +02:00
index.d.ts [kbn/test] add support for using test groups (#25776) 2018-11-16 16:30:55 -08:00
package.json Migration to Babel7 and @babel/preset-typescript (#33093) 2019-03-26 20:44:03 +00:00
README.md Move proc_runner from x-pack-kibana into kibana (#17120) 2018-03-14 19:55:50 -05:00
tsconfig.json [devUtils/toolingLog] give tooling log configurable writers (#22110) 2018-08-21 17:09:27 -07:00

dev utils

proc runner

For running integration tests in Kibana

tooling log