@@ -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.16.2 linux -x64 node-v10.19 .0
23
+ slash-graphql/1.16.3 darwin -x64 node-v14.9 .0
24
24
$ slash-graphql --help [COMMAND]
25
25
USAGE
26
26
$ slash-graphql COMMAND
@@ -71,7 +71,7 @@ EXAMPLES
71
71
$ slash-graphql delete-lambda -e 0x1234
72
72
```
73
73
74
- _ See code: [ src/commands/delete-lambda.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.2 /src/commands/delete-lambda.ts ) _
74
+ _ See code: [ src/commands/delete-lambda.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.3 /src/commands/delete-lambda.ts ) _
75
75
76
76
## ` slash-graphql deploy-backend NAME `
77
77
@@ -98,7 +98,7 @@ EXAMPLE
98
98
$ slash-graphql deploy-backend "My New Backend"
99
99
```
100
100
101
- _ See code: [ src/commands/deploy-backend.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.2 /src/commands/deploy-backend.ts ) _
101
+ _ See code: [ src/commands/deploy-backend.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.3 /src/commands/deploy-backend.ts ) _
102
102
103
103
## ` slash-graphql destroy-backend ID `
104
104
@@ -119,7 +119,7 @@ EXAMPLE
119
119
$ slash-graphql destroy-backend "0xid"
120
120
```
121
121
122
- _ See code: [ src/commands/destroy-backend.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.2 /src/commands/destroy-backend.ts ) _
122
+ _ See code: [ src/commands/destroy-backend.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.3 /src/commands/destroy-backend.ts ) _
123
123
124
124
## ` slash-graphql drop `
125
125
@@ -146,7 +146,7 @@ EXAMPLE
146
146
<fields>]
147
147
```
148
148
149
- _ See code: [ src/commands/drop.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.2 /src/commands/drop.ts ) _
149
+ _ See code: [ src/commands/drop.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.3 /src/commands/drop.ts ) _
150
150
151
151
## ` slash-graphql export-data OUTPUTDIR `
152
152
@@ -168,7 +168,7 @@ EXAMPLE
168
168
$ slash-graphql export-data -e https://frozen-mango.cloud.dgraph.io/graphql -t <apiToken> ./output-directory
169
169
```
170
170
171
- _ See code: [ src/commands/export-data.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.2 /src/commands/export-data.ts ) _
171
+ _ See code: [ src/commands/export-data.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.3 /src/commands/export-data.ts ) _
172
172
173
173
## ` slash-graphql get-lambda `
174
174
@@ -188,7 +188,7 @@ EXAMPLES
188
188
$ slash-graphql get-lambda -e 0x1234
189
189
```
190
190
191
- _ See code: [ src/commands/get-lambda.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.2 /src/commands/get-lambda.ts ) _
191
+ _ See code: [ src/commands/get-lambda.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.3 /src/commands/get-lambda.ts ) _
192
192
193
193
## ` slash-graphql get-schema [FILE] `
194
194
@@ -213,7 +213,7 @@ EXAMPLES
213
213
$ slash-graphql get-schema -e https://frozen-mango.cloud.dgraph.io/graphql -t <apiToken> -g
214
214
```
215
215
216
- _ See code: [ src/commands/get-schema.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.2 /src/commands/get-schema.ts ) _
216
+ _ See code: [ src/commands/get-schema.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.3 /src/commands/get-schema.ts ) _
217
217
218
218
## ` slash-graphql help [COMMAND] `
219
219
@@ -253,7 +253,7 @@ EXAMPLE
253
253
$ slash-graphql import-data -e https://frozen-mango.cloud.dgraph.io/graphql -t <apiToken> ./import-directory
254
254
```
255
255
256
- _ See code: [ src/commands/import-data.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.2 /src/commands/import-data.ts ) _
256
+ _ See code: [ src/commands/import-data.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.3 /src/commands/import-data.ts ) _
257
257
258
258
## ` slash-graphql lambda-logs `
259
259
@@ -274,7 +274,7 @@ EXAMPLES
274
274
$ slash-graphql lambda-logs -e 0x1234 -h 5
275
275
```
276
276
277
- _ See code: [ src/commands/lambda-logs.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.2 /src/commands/lambda-logs.ts ) _
277
+ _ See code: [ src/commands/lambda-logs.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.3 /src/commands/lambda-logs.ts ) _
278
278
279
279
## ` slash-graphql list-backends `
280
280
@@ -300,7 +300,7 @@ EXAMPLES
300
300
$ slash-graphql list-backends --csv
301
301
```
302
302
303
- _ See code: [ src/commands/list-backends.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.2 /src/commands/list-backends.ts ) _
303
+ _ See code: [ src/commands/list-backends.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.3 /src/commands/list-backends.ts ) _
304
304
305
305
## ` slash-graphql list-backups `
306
306
@@ -319,7 +319,7 @@ EXAMPLE
319
319
$ slash-graphql list-backups -e https://frozen-mango.cloud.dgraph.io/graphql -t <apiToken>
320
320
```
321
321
322
- _ See code: [ src/commands/list-backups.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.2 /src/commands/list-backups.ts ) _
322
+ _ See code: [ src/commands/list-backups.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.3 /src/commands/list-backups.ts ) _
323
323
324
324
## ` slash-graphql login `
325
325
@@ -336,7 +336,7 @@ EXAMPLE
336
336
$ slash-graphql login
337
337
```
338
338
339
- _ See code: [ src/commands/login.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.2 /src/commands/login.ts ) _
339
+ _ See code: [ src/commands/login.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.3 /src/commands/login.ts ) _
340
340
341
341
## ` slash-graphql logout `
342
342
@@ -355,7 +355,7 @@ EXAMPLES
355
355
$ slash-graphql logout -a
356
356
```
357
357
358
- _ See code: [ src/commands/logout.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.2 /src/commands/logout.ts ) _
358
+ _ See code: [ src/commands/logout.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.3 /src/commands/logout.ts ) _
359
359
360
360
## ` slash-graphql restore-backend `
361
361
@@ -379,7 +379,7 @@ EXAMPLE
379
379
url> [-f <backup folder> -n <backup number>]
380
380
```
381
381
382
- _ See code: [ src/commands/restore-backend.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.2 /src/commands/restore-backend.ts ) _
382
+ _ See code: [ src/commands/restore-backend.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.3 /src/commands/restore-backend.ts ) _
383
383
384
384
## ` slash-graphql restore-backend-status RESTOREID `
385
385
@@ -401,7 +401,7 @@ EXAMPLE
401
401
$ slash-graphql restore-backend-status -e https://clone.cloud.dgraph.io/graphql -t <apiToken> "restoreID"
402
402
```
403
403
404
- _ See code: [ src/commands/restore-backend-status.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.2 /src/commands/restore-backend-status.ts ) _
404
+ _ See code: [ src/commands/restore-backend-status.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.3 /src/commands/restore-backend-status.ts ) _
405
405
406
406
## ` slash-graphql update [CHANNEL] `
407
407
@@ -435,7 +435,7 @@ EXAMPLE
435
435
$ slash-graphql update-backend -n "New Name" 0xid
436
436
```
437
437
438
- _ See code: [ src/commands/update-backend.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.2 /src/commands/update-backend.ts ) _
438
+ _ See code: [ src/commands/update-backend.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.3 /src/commands/update-backend.ts ) _
439
439
440
440
## ` slash-graphql update-lambda `
441
441
@@ -456,7 +456,7 @@ EXAMPLES
456
456
$ slash-graphql update-lambda -e 0x1234 -f /home/user/Downloads/script.js
457
457
```
458
458
459
- _ See code: [ src/commands/update-lambda.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.2 /src/commands/update-lambda.ts ) _
459
+ _ See code: [ src/commands/update-lambda.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.3 /src/commands/update-lambda.ts ) _
460
460
461
461
## ` slash-graphql update-schema [FILE] `
462
462
@@ -478,5 +478,5 @@ EXAMPLE
478
478
$ slash-graphql update-schema -e https://frozen-mango.cloud.dgraph.io/graphql -t <apiToken> schema-file.graphql
479
479
```
480
480
481
- _ See code: [ src/commands/update-schema.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.2 /src/commands/update-schema.ts ) _
481
+ _ See code: [ src/commands/update-schema.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.3 /src/commands/update-schema.ts ) _
482
482
<!-- commandsstop -->
0 commit comments