run_terminal_command

Executes a specified command within a sandboxed environment.

Arguments

NameTypeDescriptionRequired

command

string

The command to be executed.

path_to_directory

string

The filesystem path to the directory where the command should be executed.

Returns

TypeDescription

null

This tool does not return any value.

Example

- name: run_terminal_command
  arguments:
    command: <command-to-run>
    path_to_directory: <optional-path-to-directory>

Last updated