PluginOptions: {
    argv: string[];
    argvReader: ArgvReader;
    baseDirectory?: string;
    command: string;
    config: any;
    configEnv: string;
    dump: yamlDump;
    lifecycle: Lifecycle;
    log: Log;
    parse: Parse;
    region?: string;
    spawn: Spawn;
    template: any;
    templateDirectory: string;
}

Type declaration

  • argv: string[]
  • argvReader: ArgvReader
  • OptionalbaseDirectory?: string
  • command: string
  • config: any
  • configEnv: string
  • dump: yamlDump
  • lifecycle: Lifecycle
  • log: Log
  • parse: Parse
  • Optionalregion?: string
  • spawn: Spawn
  • template: any
  • templateDirectory: string