@@ -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.6 darwin-x64 node-v14.15.1
23
+ slash-graphql/1.16.7 darwin-x64 node-v14.15.1
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 user@dgraph.io
76
76
```
77
77
78
- _ See code: [ src/commands/add-member-to-organization.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.6 /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.16.7 /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.16.6 /src/commands/create-organization.ts ) _
98
+ _ See code: [ src/commands/create-organization.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.7 /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.16.6 /src/commands/delete-lambda.ts ) _
119
+ _ See code: [ src/commands/delete-lambda.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.7 /src/commands/delete-lambda.ts ) _
120
120
121
121
## ` slash-graphql deploy-backend NAME `
122
122
@@ -130,11 +130,11 @@ ARGUMENTS
130
130
NAME Backend Name
131
131
132
132
OPTIONS
133
- -m, --deployment- mode=readonly|graphql|flexible [default: graphql] Deployment Mode
134
- -o, --organizationId=organizationId Organization ID
135
- -q, --quiet Quiet Output
136
- -r, --region=region [default: us-west-2] Region
137
- -s, --subdomain=subdomain Subdomain
133
+ -m, --mode=readonly|graphql|flexible [default: graphql] Backend Mode
134
+ -o, --organizationId=organizationId Organization ID
135
+ -q, --quiet Quiet Output
136
+ -r, --region=region Region
137
+ -s, --subdomain=subdomain Subdomain
138
138
139
139
ALIASES
140
140
$ slash-graphql create-backend
@@ -144,7 +144,7 @@ EXAMPLE
144
144
$ slash-graphql deploy-backend "My New Backend"
145
145
```
146
146
147
- _ See code: [ src/commands/deploy-backend.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.6 /src/commands/deploy-backend.ts ) _
147
+ _ See code: [ src/commands/deploy-backend.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.7 /src/commands/deploy-backend.ts ) _
148
148
149
149
## ` slash-graphql destroy-backend ID `
150
150
@@ -165,7 +165,7 @@ EXAMPLE
165
165
$ slash-graphql destroy-backend "0xid"
166
166
```
167
167
168
- _ See code: [ src/commands/destroy-backend.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.6 /src/commands/destroy-backend.ts ) _
168
+ _ See code: [ src/commands/destroy-backend.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.7 /src/commands/destroy-backend.ts ) _
169
169
170
170
## ` slash-graphql drop `
171
171
@@ -192,7 +192,7 @@ EXAMPLE
192
192
<fields>]
193
193
```
194
194
195
- _ See code: [ src/commands/drop.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.6 /src/commands/drop.ts ) _
195
+ _ See code: [ src/commands/drop.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.7 /src/commands/drop.ts ) _
196
196
197
197
## ` slash-graphql export-data OUTPUTDIR `
198
198
@@ -214,7 +214,7 @@ EXAMPLE
214
214
$ slash-graphql export-data -e https://frozen-mango.cloud.dgraph.io/graphql -t <apiToken> ./output-directory
215
215
```
216
216
217
- _ See code: [ src/commands/export-data.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.6 /src/commands/export-data.ts ) _
217
+ _ See code: [ src/commands/export-data.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.7 /src/commands/export-data.ts ) _
218
218
219
219
## ` slash-graphql get-lambda `
220
220
@@ -234,7 +234,7 @@ EXAMPLES
234
234
$ slash-graphql get-lambda -e 0x1234
235
235
```
236
236
237
- _ See code: [ src/commands/get-lambda.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.6 /src/commands/get-lambda.ts ) _
237
+ _ See code: [ src/commands/get-lambda.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.7 /src/commands/get-lambda.ts ) _
238
238
239
239
## ` slash-graphql get-schema [FILE] `
240
240
@@ -259,7 +259,7 @@ EXAMPLES
259
259
$ slash-graphql get-schema -e https://frozen-mango.cloud.dgraph.io/graphql -t <apiToken> -g
260
260
```
261
261
262
- _ See code: [ src/commands/get-schema.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.6 /src/commands/get-schema.ts ) _
262
+ _ See code: [ src/commands/get-schema.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.7 /src/commands/get-schema.ts ) _
263
263
264
264
## ` slash-graphql help [COMMAND] `
265
265
@@ -299,7 +299,7 @@ EXAMPLE
299
299
$ slash-graphql import-data -e https://frozen-mango.cloud.dgraph.io/graphql -t <apiToken> ./import-directory
300
300
```
301
301
302
- _ See code: [ src/commands/import-data.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.6 /src/commands/import-data.ts ) _
302
+ _ See code: [ src/commands/import-data.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.7 /src/commands/import-data.ts ) _
303
303
304
304
## ` slash-graphql lambda-logs `
305
305
@@ -320,7 +320,7 @@ EXAMPLES
320
320
$ slash-graphql lambda-logs -e 0x1234 -h 5
321
321
```
322
322
323
- _ See code: [ src/commands/lambda-logs.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.6 /src/commands/lambda-logs.ts ) _
323
+ _ See code: [ src/commands/lambda-logs.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.7 /src/commands/lambda-logs.ts ) _
324
324
325
325
## ` slash-graphql list-backends `
326
326
@@ -346,7 +346,7 @@ EXAMPLES
346
346
$ slash-graphql list-backends --csv
347
347
```
348
348
349
- _ See code: [ src/commands/list-backends.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.6 /src/commands/list-backends.ts ) _
349
+ _ See code: [ src/commands/list-backends.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.7 /src/commands/list-backends.ts ) _
350
350
351
351
## ` slash-graphql list-backups `
352
352
@@ -365,7 +365,7 @@ EXAMPLE
365
365
$ slash-graphql list-backups -e https://frozen-mango.cloud.dgraph.io/graphql -t <apiToken>
366
366
```
367
367
368
- _ See code: [ src/commands/list-backups.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.6 /src/commands/list-backups.ts ) _
368
+ _ See code: [ src/commands/list-backups.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.7 /src/commands/list-backups.ts ) _
369
369
370
370
## ` slash-graphql list-organizations `
371
371
@@ -382,7 +382,7 @@ EXAMPLE
382
382
$ slash-graphql list-organizations
383
383
```
384
384
385
- _ See code: [ src/commands/list-organizations.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.6 /src/commands/list-organizations.ts ) _
385
+ _ See code: [ src/commands/list-organizations.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.7 /src/commands/list-organizations.ts ) _
386
386
387
387
## ` slash-graphql login `
388
388
@@ -399,7 +399,7 @@ EXAMPLE
399
399
$ slash-graphql login
400
400
```
401
401
402
- _ See code: [ src/commands/login.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.6 /src/commands/login.ts ) _
402
+ _ See code: [ src/commands/login.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.7 /src/commands/login.ts ) _
403
403
404
404
## ` slash-graphql logout `
405
405
@@ -418,7 +418,7 @@ EXAMPLES
418
418
$ slash-graphql logout -a
419
419
```
420
420
421
- _ See code: [ src/commands/logout.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.6 /src/commands/logout.ts ) _
421
+ _ See code: [ src/commands/logout.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.7 /src/commands/logout.ts ) _
422
422
423
423
## ` slash-graphql remove-member-from-organization ORGANIZATION MEMBER `
424
424
@@ -439,7 +439,7 @@ EXAMPLE
439
439
$ slash-graphql remove-organization-member 0x123 member@dgraph.io
440
440
```
441
441
442
- _ See code: [ src/commands/remove-member-from-organization.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.6 /src/commands/remove-member-from-organization.ts ) _
442
+ _ See code: [ src/commands/remove-member-from-organization.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.7 /src/commands/remove-member-from-organization.ts ) _
443
443
444
444
## ` slash-graphql restore-backend `
445
445
@@ -463,7 +463,7 @@ EXAMPLE
463
463
url> [-f <backup folder> -n <backup number>]
464
464
```
465
465
466
- _ See code: [ src/commands/restore-backend.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.6 /src/commands/restore-backend.ts ) _
466
+ _ See code: [ src/commands/restore-backend.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.7 /src/commands/restore-backend.ts ) _
467
467
468
468
## ` slash-graphql restore-backend-status RESTOREID `
469
469
@@ -485,7 +485,7 @@ EXAMPLE
485
485
$ slash-graphql restore-backend-status -e https://clone.cloud.dgraph.io/graphql -t <apiToken> "restoreID"
486
486
```
487
487
488
- _ See code: [ src/commands/restore-backend-status.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.6 /src/commands/restore-backend-status.ts ) _
488
+ _ See code: [ src/commands/restore-backend-status.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.7 /src/commands/restore-backend-status.ts ) _
489
489
490
490
## ` slash-graphql update [CHANNEL] `
491
491
@@ -519,7 +519,7 @@ EXAMPLE
519
519
$ slash-graphql update-backend -e 0xid -n "New Name" -m flexible
520
520
```
521
521
522
- _ See code: [ src/commands/update-backend.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.6 /src/commands/update-backend.ts ) _
522
+ _ See code: [ src/commands/update-backend.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.7 /src/commands/update-backend.ts ) _
523
523
524
524
## ` slash-graphql update-lambda `
525
525
@@ -540,7 +540,7 @@ EXAMPLES
540
540
$ slash-graphql update-lambda -e 0x1234 -f /home/user/Downloads/script.js
541
541
```
542
542
543
- _ See code: [ src/commands/update-lambda.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.6 /src/commands/update-lambda.ts ) _
543
+ _ See code: [ src/commands/update-lambda.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.7 /src/commands/update-lambda.ts ) _
544
544
545
545
## ` slash-graphql update-schema [FILE] `
546
546
@@ -562,5 +562,5 @@ EXAMPLE
562
562
$ slash-graphql update-schema -e https://frozen-mango.cloud.dgraph.io/graphql -t <apiToken> schema-file.graphql
563
563
```
564
564
565
- _ See code: [ src/commands/update-schema.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.6 /src/commands/update-schema.ts ) _
565
+ _ See code: [ src/commands/update-schema.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.7 /src/commands/update-schema.ts ) _
566
566
<!-- commandsstop -->
0 commit comments