@mbc-cqrs-serverless/cli
Version:
a CLI to get started with MBC CQRS serverless framework
19 lines (18 loc) • 439 B
JSON
{
"$schema": "http://json-schema.org/schema",
"$id": "SchematicsMbcEntity",
"title": "Mbc-cqrs-serverless Entity Options Schema",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The name of the entity.",
"$default": {
"$source": "argv",
"index": 0
},
"x-prompt": "What name would you like to use for the entity?"
}
},
"required": ["name"]
}