UNPKG

@mbc-cqrs-serverless/cli

Version:

a CLI to get started with MBC CQRS serverless framework

19 lines (18 loc) 443 B
{ "$schema": "http://json-schema.org/schema", "$id": "SchematicsMbcService", "title": "Mbc-cqrs-serverless Service Options Schema", "type": "object", "properties": { "name": { "type": "string", "description": "The name of the service.", "$default": { "$source": "argv", "index": 0 }, "x-prompt": "What name would you like to use for the service?" } }, "required": ["name"] }