firmament-bash
Version:
Firmament module for interpreting commands in JSON files using bash
55 lines (54 loc) • 1.22 kB
JSON
{
"description": "Sleep Well My Little Sleepers!",
"options": {
"displayExecutionGraphDescription": true
},
"asynchronousCommands": [
{
"description": "Sleep 1",
"suppressOutput": false,
"suppressDiagnostics": false,
"showPreAndPostSpawnMessages": true,
"command": "bash",
"args": [
"-c",
"echo 'Sleeping...' && sleep 3"
]
},
{
"description": "Sleep 2",
"suppressOutput": false,
"suppressDiagnostics": false,
"showPreAndPostSpawnMessages": true,
"command": "bash",
"args": [
"-c",
"echo 'Sleeping...' && sleep 3"
]
}
],
"serialSynchronizedCommands": [
{
"description": "Sleep 3",
"suppressOutput": false,
"suppressDiagnostics": false,
"showPreAndPostSpawnMessages": true,
"command": "bash",
"args": [
"-c",
"echo 'Sleeping...' && sleep 3"
]
},
{
"description": "Sleep 4",
"suppressOutput": false,
"suppressDiagnostics": false,
"showPreAndPostSpawnMessages": true,
"command": "bash",
"args": [
"-c",
"echo 'Sleeping...' && sleep 3"
]
}
]
}