Bash
.halguru-action.yaml ➤ RunCode ➤ Bash
Represents the Bash script or commands to be executed within the system. This property encapsulates the necessary Bash code logic to perform the specified task or action.
RunCode:
Bash:
Language: Bash
Arguments: Any text
Name: Any text
Code: |
echo "Hello world!"
ExplanationPrompt: |
Eplain output of the bash code execution.
Properties
| Name |
Type |
Required |
Description |
| Language |
Option |
✔️ |
Specifies the bash code language to be used for executing the code. |
| Arguments |
Text |
|
Specifies the command-line arguments to be passed during the execution of the associated code. |
| Name |
Text |
|
The name of the code connector to be used. |
| Code |
MultilineText |
|
Represents the bash code to be executed. |
| ExplanationPrompt |
MultilineText |
|
Provides a descriptive explanation of the executed bash code. |
| Property |
Value |
| Path |
RunCode.Bash |
| Internal Type |
ActionModels.RunBashCodePathHalPath |
| Internal Root Type |
ActionHalConfiguration |
| File Extension |
.halguru-action.yaml |
| JSON Schema |
halguru-action-schema.json |
| Last updated: | | 2025-12-05 |
| Autogenerated: | | Yes |
| AI powered: | | Yes |
| Core version: | | 1.75.0 |