UNPKG

@capgo/cli

Version:

A CLI to upload to capgo servers

5 lines (4 loc) 337 B
import type { BundleZipOptions, ZipResult } from '../schemas/bundle'; export type { ZipResult } from '../schemas/bundle'; export declare function zipBundleInternal(appId: string, options: BundleZipOptions, silent?: boolean): Promise<ZipResult>; export declare function zipBundle(appId: string, options: BundleZipOptions): Promise<void>;