mirror of
https://github.com/elastic/kibana.git
synced 2025-04-21 16:29:04 -04:00
## Summary * Delete unused package `@kbn/formatters` * Delete unused package `@kbn/response-ops-feature-flag-service` * Flag `@kbn/generate-console-definitions` as `devOnly: true` * Flag `@kbn/plugin-check` as `devOnly: true` * Flag `@kbn/set-map` as `devOnly: true` * Flag `@kbn/synthetics-private-location` as `devOnly: true` * Categorise `@kbn/calculate-auto` as `platform/shared` * Categorise `@kbn/charts-theme` as `platform/shared` * Categorise `@kbn/saved-search-component` as `platform/shared` * Categorise `@kbn/use-tracked-promise` as `platform/shared` * Categorise `@kbn/charts-theme` as `platform/shared` * Categorise `@kbn/response-ops-rule-form` as `platform/shared` |
||
---|---|---|
.. | ||
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