Shell
Execute any bash command available in the operating system underneath
the agent.
Type:
bash
Configuration
Examples
Run echo command to obtain the current task-id.
shellrunops tasks create -t bash-type -s 'echo $RUNOPS_TASK_ID''
bash
shellrunops tasks create -t bash-type -s 'echo $RUNOPS_TASK_ID''