execute_command
Run a shell command inside a Multipass virtual machine instance by specifying the instance name and the command to execute.
Instructions
Execute a shell command inside a Multipass instance.
Args: name: Name of the instance. command: The command to run (e.g., 'ls -la', 'uname -a').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| command | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |