UNPKG

@capgo/cli

Version:

A CLI to upload to capgo servers

4 lines (3 loc) 349 B
import type { ChannelCurrentBundleOptions } from '../schemas/channel'; export declare function currentBundleInternal(channel: string, appId: string, options: ChannelCurrentBundleOptions, silent?: boolean): Promise<string>; export declare function currentBundle(channel: string, appId: string, options: ChannelCurrentBundleOptions): Promise<string>;