UNPKG

@ionic/cli

Version:

A tool for creating and developing Ionic Framework mobile apps.

14 lines (13 loc) 506 B
import { CommandMetadata } from '../../definitions'; import { LiveUpdatesCoreCommand } from './core'; export declare class LiveUpdatesManifestCommand extends LiveUpdatesCoreCommand { getMetadata(): Promise<CommandMetadata>; run(): Promise<void>; private getFilesAndSizesAndHashesForGlobPattern; private getFileAndSizeAndHashForFile; private readFile; private getIntegrity; private getCapacitorConfigJsonPath; private getCapacitorCLIConfig; private getCapacitorConfig; }