Skip to content

Bash

Allows you to run arbitrary Bash scripts.

Type: bash/v1


Actions

Execute

Name: execute

Creates a temporary script that executes bash commands. The script is afterwards deleted.

Properties

NameLabelTypeDescriptionRequired
scriptScriptSTRINGScript written in bash. Multiple commands are possible with the ’;’ separator.true

Example JSON Structure

{
"label" : "Execute",
"name" : "execute",
"parameters" : {
"script" : ""
},
"type" : "bash/v1/execute"
}

Output

Sample Output:

Sample result

Type: STRING