import { CommandInstanceInfo, CommandLineInputs, CommandLineOptions, CommandMetadata } from '../../definitions'; import { DeployConfCommand } from './core'; export declare class AddCommand extends DeployConfCommand { getMetadata(): Promise<CommandMetadata>; protected buildCordovaDeployOptions(options: CommandLineOptions): string[]; preRun(inputs: CommandLineInputs, options: CommandLineOptions): Promise<void>; run(inputs: CommandLineInputs, options: CommandLineOptions, runinfo: CommandInstanceInfo): Promise<void>; }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
add.d.ts | File | 537 B | 0644 |
|
add.js | File | 5.6 KB | 0644 |
|
build.d.ts | File | 1012 B | 0644 |
|
build.js | File | 7.81 KB | 0644 |
|
configure.d.ts | File | 502 B | 0644 |
|
configure.js | File | 5.14 KB | 0644 |
|
core.d.ts | File | 1.44 KB | 0644 |
|
core.js | File | 17.08 KB | 0644 |
|
index.d.ts | File | 360 B | 0644 |
|
index.js | File | 1.43 KB | 0644 |
|
manifest.d.ts | File | 384 B | 0644 |
|
manifest.js | File | 2.87 KB | 0644 |
|