Options
All
  • Public
  • Public/Protected
  • All
Menu

Spec for running an embedded command on an ephemeral SDM

Hierarchy

  • EmbeddedCommandSpec

Index

Properties

Optional build

build: function

Type declaration

cliCommand

cliCommand: string

cliDescription

cliDescription: string

configurer

configurer: function

Configure the sdm.machine to run the command

Type declaration

    • (argv: Arguments<any>): Promise<ConfigureMachine>
    • Parameters

      • argv: Arguments<any>

      Returns Promise<ConfigureMachine>

Optional deprecated

deprecated: boolean

Is this command deprecated?

Optional listeners

Listeners to command invocation

name

name: string

Command name

Optional parameters

parameters: ParametersDefinition

Generated using TypeDoc