osls
Version:
Open-source alternative to Serverless Framework
17 lines (14 loc) • 331 B
JavaScript
;
module.exports = {
'region': {
usage: 'Region of the service',
shortcut: 'r',
},
'aws-profile': {
usage: 'AWS profile to use with the command',
},
...require('./service'),
};
for (const optionSchema of Object.values(module.exports)) {
if (!optionSchema.type) optionSchema.type = 'string';
}