UNPKG

@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

23 lines (22 loc) 689 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PRODUCT_PLANS = exports.PRODUCT_NAMES = exports.PRODUCT_PACKAGES = void 0; exports.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', }; exports.PRODUCT_NAMES = { redoc: 'Redoc', revel: 'Revel', reef: 'Reef', realm: 'Realm', 'redoc-revel': 'Redoc + Revel', 'redoc-reef': 'Redoc + Reef', 'revel-reef': 'Revel + Reef', }; exports.PRODUCT_PLANS = ['pro', 'enterprise'];