CommandAction

Inherits

Action

Executes a command in a shell.

Configuration

Properties

Property

Type

Description

Default

command

string

The command to execute. Referenced InputActions variables will be provided as environment variables.

wait

bool

Whether to wait up to 30 seconds for the shell process to exit.

false

Examples

command: kill -9 $window_pid