mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
Updates files outside of x-pack to be triple-licensed under Elastic License 2.0, AGPL 3.0, or SSPL 1.0. |
||
---|---|---|
.. | ||
jest.config.js | ||
kibana.jsonc | ||
package.json | ||
README.md | ||
ship_ci_stats_cli.ts | ||
tsconfig.json |
@kbn/ci-stats-shipper-cli
Simple CLI that runs in CI to ship the metrics produced by the build process. We used to ship these metrics as part of the build, but in order to enable distributed caching of optimizer bundles (which we still don't do) we broke the metrics out of the build and write them to disk instead, to be shipped at a later time.
Run node scripts/ship_ci_stats --help
for usage information.