UNPKG

runas-core

Version:

The adhesive orchestrator

21 lines (20 loc) 439 B
{ "name": "add-steps", "description": "Create new runas step inside this module", "contexts": ["recipe"], "prompts": [ { "type": "input", "name": "stepName", "required": true, "message": "Write a name for your runas step" }, { "type": "list", "name": "context", "required": true, "message": "Choose context for the new step", "choices": "#showContexts" } ] }