runas-core
Version:
The adhesive orchestrator
20 lines (19 loc) • 396 B
JSON
{
"name": "add-flows",
"description": "Adding step to a flow",
"contexts": ["recipe"],
"prompts": [
{
"type": "input",
"name": "flowKey",
"required": true,
"message": "Write the name of the flow"
},
{
"type": "input",
"name": "flowDescription",
"required": true,
"message": "Write a description for the of the flow"
}
]
}