firmament-bash
Version:
Firmament module for interpreting commands in JSON files using bash
26 lines (24 loc) • 792 B
JSON
{
"description" : "Install Hadoop 2.6.5 on Ubuntu 16.04 (single-node cluster)",
"options" : {
"displayExecutionGraphDescription": true
},
"asynchronousCommands" : [
],
"serialSynchronizedCommands": [
{
"description" : "[sudo] curl webstorm.tar.gz | tar xvf",
"suppressOutput" : false,
"suppressDiagnostics": true,
"showPreAndPostSpawnMessages": true,
"outputColor" : "",
"useSudo" : true,
"command" : "/usr/bin/env",
"args" : [
"bash",
"-c",
"curl https://download-cf.jetbrains.com/webstorm/WebStorm-2017.1.1.tar.gz | tar -xzvC /var/local"
]
}
]
}