Skip to content

Commit 4b360a8

Browse files
committed
Release 0.0.22
1 parent 0bc0f34 commit 4b360a8

File tree

6 files changed

+4
-70
lines changed

6 files changed

+4
-70
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ $ npm install -g getstream-cli
106106
$ stream COMMAND
107107
running command...
108108
$ stream (-v|--version|version)
109-
getstream-cli/0.0.21 darwin-x64 node-v12.11.1
109+
getstream-cli/0.0.22 darwin-x64 node-v12.11.1
110110
$ stream --help [COMMAND]
111111
USAGE
112112
$ stream COMMAND

docs/chat.md

Lines changed: 1 addition & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,14 @@ USAGE
4040
$ stream chat:channel:create
4141
4242
OPTIONS
43-
-c, --channel=channel [default: b9357b3f-0e7a-44d9-bbda-84a9694bd59f] A unique ID for the channel you wish to create.
43+
-c, --channel=channel [default: d77c6c6e-e978-4bf0-aee1-6834a8521935] A unique ID for the channel you wish to create.
4444
-d, --data=data Additional data as JSON.
4545
-i, --image=image URL to channel image.
4646
-j, --json Output results in JSON. When not specified, returns output in a human friendly format.
4747
-n, --name=name Name of the channel room.
4848
-t, --type=type Type of channel.
4949
```
5050

51-
_See code: [src/commands/chat/channel/create.js](https://github.com/GetStream/stream-cli/blob/v0.0.21/src/commands/chat/channel/create.js)_
52-
5351
## `stream chat:channel:get`
5452

5553
```
@@ -61,8 +59,6 @@ OPTIONS
6159
-t, --type=type Type of channel.
6260
```
6361

64-
_See code: [src/commands/chat/channel/get.js](https://github.com/GetStream/stream-cli/blob/v0.0.21/src/commands/chat/channel/get.js)_
65-
6662
## `stream chat:channel:list`
6763

6864
```
@@ -74,8 +70,6 @@ OPTIONS
7470
-o, --offset=offset (required) Channel list offset.
7571
```
7672

77-
_See code: [src/commands/chat/channel/list.js](https://github.com/GetStream/stream-cli/blob/v0.0.21/src/commands/chat/channel/list.js)_
78-
7973
## `stream chat:channel:query`
8074

8175
```
@@ -90,8 +84,6 @@ OPTIONS
9084
-t, --type=type Type of channel.
9185
```
9286

93-
_See code: [src/commands/chat/channel/query.js](https://github.com/GetStream/stream-cli/blob/v0.0.21/src/commands/chat/channel/query.js)_
94-
9587
## `stream chat:channel:update`
9688

9789
```
@@ -108,8 +100,6 @@ OPTIONS
108100
-t, --type=type Type of channel.
109101
```
110102

111-
_See code: [src/commands/chat/channel/update.js](https://github.com/GetStream/stream-cli/blob/v0.0.21/src/commands/chat/channel/update.js)_
112-
113103
## `stream chat:log`
114104

115105
```
@@ -133,8 +123,6 @@ OPTIONS
133123
The type of channel.
134124
```
135125

136-
_See code: [src/commands/chat/log/index.js](https://github.com/GetStream/stream-cli/blob/v0.0.21/src/commands/chat/log/index.js)_
137-
138126
## `stream chat:message:create`
139127

140128
```
@@ -151,8 +139,6 @@ OPTIONS
151139
-u, --user=user The ID of the user sending the message.
152140
```
153141

154-
_See code: [src/commands/chat/message/create.js](https://github.com/GetStream/stream-cli/blob/v0.0.21/src/commands/chat/message/create.js)_
155-
156142
## `stream chat:message:flag`
157143

158144
```
@@ -164,8 +150,6 @@ OPTIONS
164150
-m, --message=message The unique identifier of the message you want to flag.
165151
```
166152

167-
_See code: [src/commands/chat/message/flag.js](https://github.com/GetStream/stream-cli/blob/v0.0.21/src/commands/chat/message/flag.js)_
168-
169153
## `stream chat:message:list`
170154

171155
```
@@ -178,8 +162,6 @@ OPTIONS
178162
-t, --type=type The type of channel.
179163
```
180164

181-
_See code: [src/commands/chat/message/list.js](https://github.com/GetStream/stream-cli/blob/v0.0.21/src/commands/chat/message/list.js)_
182-
183165
## `stream chat:message:remove`
184166

185167
```
@@ -191,8 +173,6 @@ OPTIONS
191173
-m, --message=message The unique identifier of the message you would like to remove.
192174
```
193175

194-
_See code: [src/commands/chat/message/remove.js](https://github.com/GetStream/stream-cli/blob/v0.0.21/src/commands/chat/message/remove.js)_
195-
196176
## `stream chat:message:update`
197177

198178
```
@@ -206,8 +186,6 @@ OPTIONS
206186
-t, --text=text The message you would like to send as text.
207187
```
208188

209-
_See code: [src/commands/chat/message/update.js](https://github.com/GetStream/stream-cli/blob/v0.0.21/src/commands/chat/message/update.js)_
210-
211189
## `stream chat:push:apn`
212190

213191
```
@@ -232,8 +210,6 @@ OPTIONS
232210
--disable Disable APN push notifications and clear config.
233211
```
234212

235-
_See code: [src/commands/chat/push/apn.js](https://github.com/GetStream/stream-cli/blob/v0.0.21/src/commands/chat/push/apn.js)_
236-
237213
## `stream chat:push:device:add`
238214

239215
```
@@ -246,8 +222,6 @@ OPTIONS
246222
-u, --user_id=user_id User ID
247223
```
248224

249-
_See code: [src/commands/chat/push/device/add.js](https://github.com/GetStream/stream-cli/blob/v0.0.21/src/commands/chat/push/device/add.js)_
250-
251225
## `stream chat:push:device:delete`
252226

253227
```
@@ -259,8 +233,6 @@ OPTIONS
259233
-u, --user_id=user_id User ID
260234
```
261235

262-
_See code: [src/commands/chat/push/device/delete.js](https://github.com/GetStream/stream-cli/blob/v0.0.21/src/commands/chat/push/device/delete.js)_
263-
264236
## `stream chat:push:device:get`
265237

266238
```
@@ -271,8 +243,6 @@ OPTIONS
271243
-u, --user_id=user_id User ID
272244
```
273245

274-
_See code: [src/commands/chat/push/device/get.js](https://github.com/GetStream/stream-cli/blob/v0.0.21/src/commands/chat/push/device/get.js)_
275-
276246
## `stream chat:push:firebase`
277247

278248
```
@@ -290,8 +260,6 @@ OPTIONS
290260
--disable Disable Firebase push notifications and clear config.
291261
```
292262

293-
_See code: [src/commands/chat/push/firebase.js](https://github.com/GetStream/stream-cli/blob/v0.0.21/src/commands/chat/push/firebase.js)_
294-
295263
## `stream chat:push:get`
296264

297265
```
@@ -302,8 +270,6 @@ OPTIONS
302270
-j, --json Output results in JSON. When not specified, returns output in a human friendly format.
303271
```
304272

305-
_See code: [src/commands/chat/push/get.js](https://github.com/GetStream/stream-cli/blob/v0.0.21/src/commands/chat/push/get.js)_
306-
307273
## `stream chat:push:test`
308274

309275
```
@@ -322,8 +288,6 @@ OPTIONS
322288
-u, --user_id=user_id User ID
323289
```
324290

325-
_See code: [src/commands/chat/push/test.js](https://github.com/GetStream/stream-cli/blob/v0.0.21/src/commands/chat/push/test.js)_
326-
327291
## `stream chat:push:webhook`
328292

329293
```
@@ -335,8 +299,6 @@ OPTIONS
335299
-u, --url=url Fully qualified URL for webhook support.
336300
```
337301

338-
_See code: [src/commands/chat/push/webhook.js](https://github.com/GetStream/stream-cli/blob/v0.0.21/src/commands/chat/push/webhook.js)_
339-
340302
## `stream chat:reaction:create`
341303

342304
```
@@ -351,8 +313,6 @@ OPTIONS
351313
-t, --type=type The type of channel.
352314
```
353315

354-
_See code: [src/commands/chat/reaction/create.js](https://github.com/GetStream/stream-cli/blob/v0.0.21/src/commands/chat/reaction/create.js)_
355-
356316
## `stream chat:reaction:remove`
357317

358318
```
@@ -367,8 +327,6 @@ OPTIONS
367327
-t, --type=type The type of channel.
368328
```
369329

370-
_See code: [src/commands/chat/reaction/remove.js](https://github.com/GetStream/stream-cli/blob/v0.0.21/src/commands/chat/reaction/remove.js)_
371-
372330
## `stream chat:user:ban`
373331

374332
```
@@ -383,8 +341,6 @@ OPTIONS
383341
-u, --user=user The unique identifier of the user to ban.
384342
```
385343

386-
_See code: [src/commands/chat/user/ban.js](https://github.com/GetStream/stream-cli/blob/v0.0.21/src/commands/chat/user/ban.js)_
387-
388344
## `stream chat:user:create`
389345

390346
```
@@ -404,8 +360,6 @@ OPTIONS
404360
-u, --user=user Comma separated list of users to add.
405361
```
406362

407-
_See code: [src/commands/chat/user/create.js](https://github.com/GetStream/stream-cli/blob/v0.0.21/src/commands/chat/user/create.js)_
408-
409363
## `stream chat:user:flag`
410364

411365
```
@@ -417,8 +371,6 @@ OPTIONS
417371
-u, --user=user The ID of the offending user.
418372
```
419373

420-
_See code: [src/commands/chat/user/flag.js](https://github.com/GetStream/stream-cli/blob/v0.0.21/src/commands/chat/user/flag.js)_
421-
422374
## `stream chat:user:get`
423375

424376
```
@@ -431,8 +383,6 @@ OPTIONS
431383
-u, --user=user The unique identifier of the user to get.
432384
```
433385

434-
_See code: [src/commands/chat/user/get.js](https://github.com/GetStream/stream-cli/blob/v0.0.21/src/commands/chat/user/get.js)_
435-
436386
## `stream chat:user:mute`
437387

438388
```
@@ -444,8 +394,6 @@ OPTIONS
444394
-u, --user=user The unique identifier of the user to mute.
445395
```
446396

447-
_See code: [src/commands/chat/user/mute.js](https://github.com/GetStream/stream-cli/blob/v0.0.21/src/commands/chat/user/mute.js)_
448-
449397
## `stream chat:user:query`
450398

451399
```
@@ -460,8 +408,6 @@ OPTIONS
460408
-s, --sort=sort Display the current status of the user.
461409
```
462410

463-
_See code: [src/commands/chat/user/query.js](https://github.com/GetStream/stream-cli/blob/v0.0.21/src/commands/chat/user/query.js)_
464-
465411
## `stream chat:user:remove`
466412

467413
```
@@ -475,8 +421,6 @@ OPTIONS
475421
-t, --type=type Channel type.
476422
```
477423

478-
_See code: [src/commands/chat/user/remove.js](https://github.com/GetStream/stream-cli/blob/v0.0.21/src/commands/chat/user/remove.js)_
479-
480424
## `stream chat:user:set`
481425

482426
```
@@ -488,5 +432,3 @@ OPTIONS
488432
-m, --image=image URL to the image of the user.
489433
-n, --name=name Name of the user.
490434
```
491-
492-
_See code: [src/commands/chat/user/set.js](https://github.com/GetStream/stream-cli/blob/v0.0.21/src/commands/chat/user/set.js)_

docs/config.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ OPTIONS
1717
-f, --force Force remove Stream configuration from cache.
1818
```
1919

20-
_See code: [src/commands/config/destroy.js](https://github.com/GetStream/stream-cli/blob/v0.0.21/src/commands/config/destroy.js)_
21-
2220
## `stream config:get`
2321

2422
```
@@ -29,8 +27,6 @@ OPTIONS
2927
-j, --json Output results in JSON. When not specified, returns output in a human friendly format.
3028
```
3129

32-
_See code: [src/commands/config/get.js](https://github.com/GetStream/stream-cli/blob/v0.0.21/src/commands/config/get.js)_
33-
3430
## `stream config:set`
3531

3632
```
@@ -44,5 +40,3 @@ OPTIONS
4440
-n, --name=name Full name for configuration.
4541
-s, --secret=secret API secret for configuration.
4642
```
47-
48-
_See code: [src/commands/config/set.js](https://github.com/GetStream/stream-cli/blob/v0.0.21/src/commands/config/set.js)_

docs/debug.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,3 @@ OPTIONS
1515
-j, --json Output results in JSON. When not specified, returns output in a human friendly format.
1616
-t, --token=token The Stream token you are trying to debug.
1717
```
18-
19-
_See code: [src/commands/debug/token.js](https://github.com/GetStream/stream-cli/blob/v0.0.21/src/commands/debug/token.js)_

oclif.manifest.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "getstream-cli",
33
"description": "Configure & manage Stream applications from the command line. 🚀",
4-
"version": "0.0.21",
4+
"version": "0.0.22",
55
"bin": {
66
"stream": "./bin/run"
77
},

0 commit comments

Comments
 (0)