Skip to content

Bash

.halguru-action.yamlRunCodeBash

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
    Code: echo "Hello world!"
    ExplanationPrompt: Eplain output of the bash code execution.

Field Information#

Name Description
Title Bash
Field Type Object
Required False

Field List#

Name Type Required Description
Language Choice ✔️ 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.
Code Code ✔️ Represents the bash code to be executed.
ExplanationPrompt Prompt Provides a descriptive explanation of the executed bash code.

Technical Information#

Property Value
Path RunCode.Bash
Internal Type ActionModels.RunBashCode
Internal Root Type ActionHalGuru
File Extension .halguru-action.yaml
JSON Schema halguru-action-schema.json

.halguru-action.yaml#

Reference Index#

Configuration Files#


Last updated: 2026-03-19
Autogenerated: Yes
AI powered: Yes
Core version: 1.93.0