UNPKG

@dosmond37/firebase-storage-cli

Version:

Upload anything, right from your command line.

10 lines (9 loc) 273 B
import Command from '@oclif/command'; export default class ConfigView extends Command { static description: string; static aliases: string[]; static flags: { help: import("@oclif/parser/lib/flags").IBooleanFlag<void>; }; run(): Promise<void>; }