mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
Updates files outside of x-pack to be triple-licensed under Elastic License 2.0, AGPL 3.0, or SSPL 1.0. |
||
---|---|---|
.. | ||
dependencies | ||
lib | ||
.eslintrc.json | ||
const.ts | ||
dependents.ts | ||
index.ts | ||
jest.config.js | ||
kibana.jsonc | ||
package.json | ||
rank.ts | ||
README.md | ||
tsconfig.json | ||
types.ts |
@kbn/plugin-check
This package contains a CLI to detect inconsistencies between the manifest and Typescript types of a Kibana plugin. Future work will include automatically fixing these inconsistencies.
Usage
To check a single plugin, run the following command from the root of the Kibana repo:
node scripts/plugin_check --plugin pluginName
To check all plugins owned by a team, run the following:
node scripts/plugin_check --team @elastic/team_name