UNPKG

runas-contexts

Version:
39 lines (38 loc) 617 B
{ "name": "test-core", "description": "Testing for runas", "type": "util", "params": { "plugins": [ "test" ], "saludo": "holaflow" }, "steps": { "test2": {}, "test:1": { "inputs": { "inflying": { "test2": "flying" } }, "params": { "execution": "PRIMERA" } }, "test:2": { "inputs": { "inflying": { "test2": "flying" }, "otracosa": { "test:1": "localmovida" } }, "params": { "execution": "SEGUNDA" } }, "weather": {} } }