Supported Providers
Bash
Bash provider allows executing Bash commands in a workflow, with a limitation for cloud execution.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Bash provider allows executing Bash commands in a workflow, with a limitation for cloud execution.
steps:
- name: Query bash
provider: bash
config: "{{ provider.my_provider_name }}"
with:
timeout: {value}
command: {value}
shell: {value}
