UNPKG

@dosmond37/firebase-storage-cli

Version:

Upload anything, right from your command line.

5 lines (4 loc) 226 B
import Command from '@oclif/command'; import { Bucket } from '@google-cloud/storage'; declare const getStorageBucket: (context: Command, storageBucketFlag?: string | undefined) => Promise<Bucket>; export { getStorageBucket };