UNPKG

firmament-bash

Version:

Firmament module for interpreting commands in JSON files using bash

69 lines (68 loc) 1.74 kB
{ "description": "First, git the firmament files async, stat!", "options": { "displayExecutionGraphDescription": true }, "asynchronousCommands": [ { "description": "Git the firmament-yargs", "suppressOutput": false, "suppressDiagnostics": true, "showPreAndPostSpawnMessages": true, "outputColor": "cyan", "command": "git", "args": [ "clone", "https://github.com/jreeme/firmament-yargs" ] }, { "description": "Git the firmament-vita", "suppressOutput": false, "suppressDiagnostics": true, "showPreAndPostSpawnMessages": true, "outputColor": "yellow", "command": "git", "args": [ "clone", "https://github.com/jreeme/firmament-vita" ] }, { "description": "Git the firmament-bash", "suppressOutput": false, "suppressDiagnostics": true, "showPreAndPostSpawnMessages": true, "outputColor": "yellow", "command": "git", "args": [ "clone", "https://github.com/jreeme/firmament-bash" ] }, { "description": "Git the firmament-docker", "suppressOutput": false, "suppressDiagnostics": true, "showPreAndPostSpawnMessages": true, "outputColor": "white", "command": "git", "args": [ "clone", "https://github.com/jreeme/firmament-docker" ] }, { "description": "Git the firmament", "suppressOutput": false, "suppressDiagnostics": true, "showPreAndPostSpawnMessages": true, "outputColor": "green", "command": "git", "args": [ "clone", "https://github.com/sotera/firmament" ] } ] }