kibana/packages/kbn-capture-oas-snapshot-cli
Jean-Louis Leysens cf7196fa1f
[OAS] Capture and commit serverless bundle (#184915)
## Summary

Close https://github.com/elastic/kibana/issues/184719

Adds the ability to capture OAS for `serverless` build flavor in
addition to `traditional`. By default the CLI will run for both, but
this can be controlled by passing in one of two new flags:
`--no-serverless` or `--no-traditional`.

See `oas_docs/bundle.serverless.json` for output.

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2024-06-10 03:48:10 -07:00
..
src [OAS] Capture and commit serverless bundle (#184915) 2024-06-10 03:48:10 -07:00
jest.config.js
kibana.jsonc
package.json
README.md
tsconfig.json [OAS] Capture and commit serverless bundle (#184915) 2024-06-10 03:48:10 -07:00

@kbn/capture-oas-snapshot-cli

A CLI to capture OpenAPI spec snapshots from the /api/oas API.

See node scripts/capture_oas_snapshot --help for more info.