|
|
|
@ -45,10 +45,42 @@
|
|
|
|
|
"type": "string",
|
|
|
|
|
"$default": {
|
|
|
|
|
"$source": "argv",
|
|
|
|
|
"index": 5
|
|
|
|
|
"index": 4
|
|
|
|
|
},
|
|
|
|
|
"x-prompt": "Please enter target Angular project to place the generated code. (default: workspace \"defaultProject\")"
|
|
|
|
|
},
|
|
|
|
|
"serviceType": {
|
|
|
|
|
"description": "Service type to the generated code",
|
|
|
|
|
"type": "string",
|
|
|
|
|
"$default": {
|
|
|
|
|
"$source": "argv",
|
|
|
|
|
"index": 5
|
|
|
|
|
},
|
|
|
|
|
"enum": [
|
|
|
|
|
"application",
|
|
|
|
|
"integration",
|
|
|
|
|
"all"
|
|
|
|
|
],
|
|
|
|
|
"x-prompt": {
|
|
|
|
|
"message": "Specifies the service type to generate. `application`, `integration` and `all`, Default value: `application`",
|
|
|
|
|
"type": "list",
|
|
|
|
|
"items": [
|
|
|
|
|
{
|
|
|
|
|
"value": "all",
|
|
|
|
|
"label": "All"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"value": "application",
|
|
|
|
|
"label": "Application"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"value": "integration",
|
|
|
|
|
"label": "Integration"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
"required": []
|
|
|
|
|
}
|
|
|
|
|