UNPKG
@ably/cli
Version:
alpha (0.9.0-alpha.4)
beta (0.11.0-beta.1)
latest (0.15.0)
0.15.0
0.14.0
0.13.1
0.13.0
0.12.0
0.11.0
0.11.0-beta.1
0.10.0
0.9.0
0.9.0-alpha.4
0.9.0-alpha.3
0.9.0-alpha.2
0.9.0-alpha.1
0.8.2
0.8.1
0.8.0
0.7.7
0.7.6
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.5.1
0.5.0
0.4.1-alpha.1
0.4.1-alpha.0
0.4.0
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.8
0.2.6
0.2.5
0.2.3
0.2.2
0.2.1
0.2.0
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Ably CLI for Pub/Sub, Chat and Spaces
github.com/ably/cli
ably/cli
@ably/cli
/
dist
/
src
/
commands
/
support
/
info.d.ts
10 lines
(9 loc)
•
274 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
Command
}
from
"@oclif/core"
;
export
default
class
InfoCommand
extends
Command
{
static
description
:
string
;
static
examples
:
string
[];
static
flags
: {
help
:
import
(
"@oclif/core/interfaces"
).
BooleanFlag
<
void
>; };
run
():
Promise
<
void
>; }