Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExecuteOptions

Command-line options and arguments for execute.

Hierarchy

  • ExecuteOptions

Index

Properties

Properties

args

args: string[]

Unprocessed command-line arguments, typically provided by yargs._

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

name

name: string

Name of command to run

Generated using TypeDoc