import { CommandLineOptions } from '@ionic/cli-framework'; import { Command } from '../../lib/command'; export declare abstract class DeployCoreCommand extends Command { protected getAppIntegration(): Promise<string | undefined>; protected requireNativeIntegration(): Promise<void>; } export declare abstract class DeployConfCommand extends DeployCoreCommand { protected readonly optionsToPlistKeys: { 'app-id': string; 'channel-name': string; 'update-method': string; 'max-store': string; 'min-background-duration': string; 'update-api': string; }; protected readonly optionsToStringXmlKeys: { 'app-id': string; 'channel-name': string; 'update-method': string; 'max-store': string; 'min-background-duration': string; 'update-api': string; }; protected getAppId(): Promise<string | undefined>; protected checkDeployInstalled(): Promise<boolean>; protected printPlistInstructions(options: CommandLineOptions): void; protected printStringXmlInstructions(options: CommandLineOptions): void; protected getIosCapPlist(): Promise<string>; protected getAndroidCapString(): Promise<string>; protected addConfToIosPlist(options: CommandLineOptions): Promise<boolean>; protected addConfToAndroidString(options: CommandLineOptions): Promise<boolean>; protected preRunCheckInputs(options: CommandLineOptions): 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 |
|