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
Name | Label | Type | Control Type | Description | Required |
---|---|---|---|---|---|
script | Script | STRING | TEXT | Script written in bash. Multiple commands are possible with the ’;’ separator. | true |
Output
Sample Output:
Sample result
Type: STRING
JSON Example
{ "label" : "Execute", "name" : "execute", "parameters" : { "script" : "" }, "type" : "bash/v1/execute"}