mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
* Add interactive setup CLI
* Added tsconfig
* ignore all CLI dev.js files when building
* add cli_init to the root TS project and setup necessary ref
* Fix type errors
* Added suggestions from code review
* ts fix
* fixed build dependencies
* Added suggestions from code review
* fix type definitions
* fix types
* upgraded commander to fix ts issues
* Revert "upgraded commander to fix ts issues"
This reverts commit 52b8943222
.
* upgraded commander
Co-authored-by: spalger <spalger@users.noreply.github.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
9 lines
388 B
JavaScript
9 lines
388 B
JavaScript
/*
|
|
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
|
* or more contributor license agreements. Licensed under the Elastic License
|
|
* 2.0 and the Server Side Public License, v 1; you may not use this file except
|
|
* in compliance with, at your election, the Elastic License 2.0 or the Server
|
|
* Side Public License, v 1.
|
|
*/
|
|
|
|
require('../src/cli_setup/dev');
|