@redocly/cli
Version:
[@Redocly](https://redocly.com) CLI is your all-in-one OpenAPI utility. It builds, manages, improves, and quality-checks your OpenAPI descriptions, all of which comes in handy for various phases of the API Lifecycle. Create your own rulesets to make API g
20 lines • 581 B
JavaScript
export const PRODUCT_PACKAGES = {
realm: '@redocly/realm',
'redoc-revel': '@redocly/redoc-revel',
'revel-reef': '@redocly/revel-reef',
'redoc-reef': '@redocly/redoc-reef',
redoc: '@redocly/redoc',
revel: '@redocly/revel',
reef: '@redocly/reef',
};
export const PRODUCT_NAMES = {
redoc: 'Redoc',
revel: 'Revel',
reef: 'Reef',
realm: 'Realm',
'redoc-revel': 'Redoc + Revel',
'redoc-reef': 'Redoc + Reef',
'revel-reef': 'Revel + Reef',
};
export const PRODUCT_PLANS = ['pro', 'enterprise'];
//# sourceMappingURL=constants.js.map