UNPKG
@dosmond37/firebase-storage-cli
Version:
latest (0.0.13)
0.0.13
0.0.12
0.0.11
0.0.10
0.0.9
Upload anything, right from your command line.
github.com/dosmond/fireup-cli
dosmond/fireup-cli
@dosmond37/firebase-storage-cli
/
lib
/
commands
/
config
/
view.d.ts
10 lines
(9 loc)
•
273 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
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
>; }