UNPKG

@redocly/cli

Version:

[@Redocly](https://redocly.com) CLI is your all-in-one API documentation utility. It builds, manages, improves, and quality-checks your API descriptions, all of which comes in handy for various phases of the API Lifecycle. Create your own rulesets to make

7 lines 270 B
export function getApiKeys() { if (process.env.REDOCLY_AUTHORIZATION) { return process.env.REDOCLY_AUTHORIZATION; } throw new Error('No api key provided, please use environment variable REDOCLY_AUTHORIZATION.'); } //# sourceMappingURL=api-keys.js.map