Command
import type { Command } from "https://googleapis.deno.dev/v1/workloadmanager:v1.ts";
- Command specifies the type of command to execute.
§Properties
§
agentCommand?: AgentCommand
[src]AgentCommand specifies a one-time executable program for the agent to run.
§
shellCommand?: ShellCommand
[src]ShellCommand is invoked via the agent's command line executor.