LocalShellExecAction interface

サーバーでシェル コマンドを実行します。

プロパティ

command

実行するコマンドです。

env

コマンドに設定する環境変数。

timeout_ms
type

ローカル シェル アクションの種類。 常に exec です。

user
working_directory

プロパティの詳細

command

実行するコマンドです。

command: string[]

プロパティ値

string[]

env

コマンドに設定する環境変数。

env: Record<string, string>

プロパティ値

Record<string, string>

timeout_ms

timeout_ms?: number

プロパティ値

number

type

ローカル シェル アクションの種類。 常に exec です。

type: "exec"

プロパティ値

"exec"

user

user?: string

プロパティ値

string

working_directory

working_directory?: string

プロパティ値

string