UNPKG

serverless

Version:

Serverless Framework - Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more

11 lines (8 loc) 288 B
'use strict'; module.exports = { help: { usage: 'Show this message', shortcut: 'h', type: 'boolean' }, version: { usage: 'Show version info', type: 'boolean' }, }; for (const optionSchema of Object.values(module.exports)) { if (!optionSchema.type) optionSchema.type = 'string'; }