ShellCommand
import type { ShellCommand } from "https://googleapis.deno.dev/v1/workloadmanager:v1.ts";
- A ShellCommand is invoked via the agent's command line executor
interface ShellCommand {
args?: string;
command?: string;
timeoutSeconds?: number;
}