Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SpawnOptions

Options when executing a command.

Hierarchy

  • SpawnOptions

Index

Properties

Optional args

args: string[]

Command-line arguments of command

Optional checks

checks: Array<function>

Checks to run after the optional install and compile

command

command: string

Command to execute

Optional compile

compile: boolean

If true, run npm run compile before running command

Optional cwd

cwd: string

Directory to run command in, must be an automation client directory

Optional install

install: boolean

If true or no node_modules directory exists, run "npm install" before running command

Generated using TypeDoc