UNPKG

@mbc-cqrs-serverless/cli

Version:

a CLI to get started with MBC CQRS serverless framework

29 lines (28 loc) 691 B
{ "$schema": "http://json-schema.org/schema", "$id": "SchematicsMbcModule", "title": "Mbc-cqrs-serverless Module Options Schema", "type": "object", "properties": { "name": { "type": "string", "description": "The name of the module.", "$default": { "$source": "argv", "index": 0 }, "x-prompt": "What name would you like to use for the module?" } }, "mode": { "type": "string", "description": "Command processing mode (async,sync).", "default": "async" }, "schema": { "type": "boolean", "description": "Flag to indicate if prisma schema is created.", "default": true }, "required": ["name"] }