@@ -20,7 +20,7 @@ $ npm install -g slash-graphql
20
20
$ slash-graphql COMMAND
21
21
running command...
22
22
$ slash-graphql (-v| --version| version)
23
- slash-graphql/1.17 .0 darwin-x64 node-v14.9.0
23
+ slash-graphql/1.18 .0 darwin-x64 node-v14.9.0
24
24
$ slash-graphql --help [COMMAND]
25
25
USAGE
26
26
$ slash-graphql COMMAND
@@ -75,7 +75,7 @@ EXAMPLE
75
75
$ slash-graphql add-member-to-organization 0x123 [email protected]
76
76
```
77
77
78
- _ See code: [ src/commands/add-member-to-organization.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.17 .0/src/commands/add-member-to-organization.ts ) _
78
+ _ See code: [ src/commands/add-member-to-organization.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.18 .0/src/commands/add-member-to-organization.ts ) _
79
79
80
80
## ` slash-graphql create-organization NAME `
81
81
@@ -95,7 +95,7 @@ EXAMPLE
95
95
$ slash-graphql create-organization myNewOrganization
96
96
```
97
97
98
- _ See code: [ src/commands/create-organization.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.17 .0/src/commands/create-organization.ts ) _
98
+ _ See code: [ src/commands/create-organization.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.18 .0/src/commands/create-organization.ts ) _
99
99
100
100
## ` slash-graphql delete-lambda `
101
101
@@ -116,7 +116,7 @@ EXAMPLES
116
116
$ slash-graphql delete-lambda -e 0x1234
117
117
```
118
118
119
- _ See code: [ src/commands/delete-lambda.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.17 .0/src/commands/delete-lambda.ts ) _
119
+ _ See code: [ src/commands/delete-lambda.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.18 .0/src/commands/delete-lambda.ts ) _
120
120
121
121
## ` slash-graphql deploy-backend NAME `
122
122
@@ -156,7 +156,7 @@ EXAMPLES
156
156
$ slash-graphql deploy-backend "My New Backend"
157
157
```
158
158
159
- _ See code: [ src/commands/deploy-backend.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.17 .0/src/commands/deploy-backend.ts ) _
159
+ _ See code: [ src/commands/deploy-backend.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.18 .0/src/commands/deploy-backend.ts ) _
160
160
161
161
## ` slash-graphql destroy-backend ID `
162
162
@@ -177,7 +177,7 @@ EXAMPLE
177
177
$ slash-graphql destroy-backend "0xid"
178
178
```
179
179
180
- _ See code: [ src/commands/destroy-backend.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.17 .0/src/commands/destroy-backend.ts ) _
180
+ _ See code: [ src/commands/destroy-backend.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.18 .0/src/commands/destroy-backend.ts ) _
181
181
182
182
## ` slash-graphql drop `
183
183
@@ -204,7 +204,7 @@ EXAMPLE
204
204
<fields>]
205
205
```
206
206
207
- _ See code: [ src/commands/drop.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.17 .0/src/commands/drop.ts ) _
207
+ _ See code: [ src/commands/drop.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.18 .0/src/commands/drop.ts ) _
208
208
209
209
## ` slash-graphql export-data OUTPUTDIR `
210
210
@@ -226,7 +226,7 @@ EXAMPLE
226
226
$ slash-graphql export-data -e https://frozen-mango.cloud.dgraph.io/graphql -t <apiToken> ./output-directory
227
227
```
228
228
229
- _ See code: [ src/commands/export-data.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.17 .0/src/commands/export-data.ts ) _
229
+ _ See code: [ src/commands/export-data.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.18 .0/src/commands/export-data.ts ) _
230
230
231
231
## ` slash-graphql get-lambda `
232
232
@@ -246,7 +246,7 @@ EXAMPLES
246
246
$ slash-graphql get-lambda -e 0x1234
247
247
```
248
248
249
- _ See code: [ src/commands/get-lambda.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.17 .0/src/commands/get-lambda.ts ) _
249
+ _ See code: [ src/commands/get-lambda.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.18 .0/src/commands/get-lambda.ts ) _
250
250
251
251
## ` slash-graphql get-schema [FILE] `
252
252
@@ -271,7 +271,7 @@ EXAMPLES
271
271
$ slash-graphql get-schema -e https://frozen-mango.cloud.dgraph.io/graphql -t <apiToken> -g
272
272
```
273
273
274
- _ See code: [ src/commands/get-schema.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.17 .0/src/commands/get-schema.ts ) _
274
+ _ See code: [ src/commands/get-schema.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.18 .0/src/commands/get-schema.ts ) _
275
275
276
276
## ` slash-graphql help [COMMAND] `
277
277
@@ -311,7 +311,7 @@ EXAMPLE
311
311
$ slash-graphql import-data -e https://frozen-mango.cloud.dgraph.io/graphql -t <apiToken> ./import-directory
312
312
```
313
313
314
- _ See code: [ src/commands/import-data.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.17 .0/src/commands/import-data.ts ) _
314
+ _ See code: [ src/commands/import-data.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.18 .0/src/commands/import-data.ts ) _
315
315
316
316
## ` slash-graphql lambda-logs `
317
317
@@ -332,7 +332,7 @@ EXAMPLES
332
332
$ slash-graphql lambda-logs -e 0x1234 -h 5
333
333
```
334
334
335
- _ See code: [ src/commands/lambda-logs.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.17 .0/src/commands/lambda-logs.ts ) _
335
+ _ See code: [ src/commands/lambda-logs.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.18 .0/src/commands/lambda-logs.ts ) _
336
336
337
337
## ` slash-graphql list-backends `
338
338
@@ -358,7 +358,7 @@ EXAMPLES
358
358
$ slash-graphql list-backends --csv
359
359
```
360
360
361
- _ See code: [ src/commands/list-backends.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.17 .0/src/commands/list-backends.ts ) _
361
+ _ See code: [ src/commands/list-backends.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.18 .0/src/commands/list-backends.ts ) _
362
362
363
363
## ` slash-graphql list-backups `
364
364
@@ -377,7 +377,7 @@ EXAMPLE
377
377
$ slash-graphql list-backups -e https://frozen-mango.cloud.dgraph.io/graphql -t <apiToken>
378
378
```
379
379
380
- _ See code: [ src/commands/list-backups.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.17 .0/src/commands/list-backups.ts ) _
380
+ _ See code: [ src/commands/list-backups.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.18 .0/src/commands/list-backups.ts ) _
381
381
382
382
## ` slash-graphql list-organizations `
383
383
@@ -394,7 +394,7 @@ EXAMPLE
394
394
$ slash-graphql list-organizations
395
395
```
396
396
397
- _ See code: [ src/commands/list-organizations.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.17 .0/src/commands/list-organizations.ts ) _
397
+ _ See code: [ src/commands/list-organizations.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.18 .0/src/commands/list-organizations.ts ) _
398
398
399
399
## ` slash-graphql login EMAIL PASSWORD `
400
400
@@ -411,7 +411,7 @@ EXAMPLE
411
411
$ slash-graphql login email password
412
412
```
413
413
414
- _ See code: [ src/commands/login.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.17 .0/src/commands/login.ts ) _
414
+ _ See code: [ src/commands/login.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.18 .0/src/commands/login.ts ) _
415
415
416
416
## ` slash-graphql logout `
417
417
@@ -430,7 +430,7 @@ EXAMPLES
430
430
$ slash-graphql logout -a
431
431
```
432
432
433
- _ See code: [ src/commands/logout.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.17 .0/src/commands/logout.ts ) _
433
+ _ See code: [ src/commands/logout.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.18 .0/src/commands/logout.ts ) _
434
434
435
435
## ` slash-graphql remove-member-from-organization ORGANIZATION MEMBER `
436
436
@@ -451,7 +451,7 @@ EXAMPLE
451
451
$ slash-graphql remove-organization-member 0x123 [email protected]
452
452
```
453
453
454
- _ See code: [ src/commands/remove-member-from-organization.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.17 .0/src/commands/remove-member-from-organization.ts ) _
454
+ _ See code: [ src/commands/remove-member-from-organization.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.18 .0/src/commands/remove-member-from-organization.ts ) _
455
455
456
456
## ` slash-graphql restore-backend `
457
457
@@ -475,7 +475,7 @@ EXAMPLE
475
475
url> [-f <backup folder> -n <backup number>]
476
476
```
477
477
478
- _ See code: [ src/commands/restore-backend.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.17 .0/src/commands/restore-backend.ts ) _
478
+ _ See code: [ src/commands/restore-backend.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.18 .0/src/commands/restore-backend.ts ) _
479
479
480
480
## ` slash-graphql restore-backend-status RESTOREID `
481
481
@@ -497,7 +497,7 @@ EXAMPLE
497
497
$ slash-graphql restore-backend-status -e https://clone.cloud.dgraph.io/graphql -t <apiToken> "restoreID"
498
498
```
499
499
500
- _ See code: [ src/commands/restore-backend-status.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.17 .0/src/commands/restore-backend-status.ts ) _
500
+ _ See code: [ src/commands/restore-backend-status.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.18 .0/src/commands/restore-backend-status.ts ) _
501
501
502
502
## ` slash-graphql update [CHANNEL] `
503
503
@@ -531,7 +531,7 @@ EXAMPLE
531
531
$ slash-graphql update-backend -e 0xid -n "New Name" -m flexible
532
532
```
533
533
534
- _ See code: [ src/commands/update-backend.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.17 .0/src/commands/update-backend.ts ) _
534
+ _ See code: [ src/commands/update-backend.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.18 .0/src/commands/update-backend.ts ) _
535
535
536
536
## ` slash-graphql update-lambda `
537
537
@@ -552,7 +552,7 @@ EXAMPLES
552
552
$ slash-graphql update-lambda -e 0x1234 -f /home/user/Downloads/script.js
553
553
```
554
554
555
- _ See code: [ src/commands/update-lambda.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.17 .0/src/commands/update-lambda.ts ) _
555
+ _ See code: [ src/commands/update-lambda.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.18 .0/src/commands/update-lambda.ts ) _
556
556
557
557
## ` slash-graphql update-schema [FILE] `
558
558
@@ -574,5 +574,5 @@ EXAMPLE
574
574
$ slash-graphql update-schema -e https://frozen-mango.cloud.dgraph.io/graphql -t <apiToken> schema-file.graphql
575
575
```
576
576
577
- _ See code: [ src/commands/update-schema.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.17 .0/src/commands/update-schema.ts ) _
577
+ _ See code: [ src/commands/update-schema.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.18 .0/src/commands/update-schema.ts ) _
578
578
<!-- commandsstop -->
0 commit comments