run_command
Execute a command inside a virtual machine and receive the output or error.
Instructions
Run a command in a VM.
Args: vm_name: Name of the VM to run the command in. cmd: Command to execute.
Returns: Command output and/or error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vm_name | Yes | ||
| cmd | Yes |