@@ -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.11.4 darwin-x64 node-v14.4.0
23
+ slash-graphql/1.11.5 darwin-x64 node-v14.4.0
24
24
$ slash-graphql --help [COMMAND]
25
25
USAGE
26
26
$ slash-graphql COMMAND
@@ -71,7 +71,7 @@ EXAMPLE
71
71
$ slash-graphql deploy-backend "My New Backend"
72
72
```
73
73
74
- _ See code: [ src/commands/deploy-backend.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.11.4 /src/commands/deploy-backend.ts ) _
74
+ _ See code: [ src/commands/deploy-backend.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.11.5 /src/commands/deploy-backend.ts ) _
75
75
76
76
## ` slash-graphql destroy-backend ID `
77
77
@@ -92,7 +92,7 @@ EXAMPLE
92
92
$ slash-graphql destroy-backend "0xid"
93
93
```
94
94
95
- _ See code: [ src/commands/destroy-backend.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.11.4 /src/commands/destroy-backend.ts ) _
95
+ _ See code: [ src/commands/destroy-backend.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.11.5 /src/commands/destroy-backend.ts ) _
96
96
97
97
## ` slash-graphql drop-data `
98
98
@@ -113,7 +113,7 @@ EXAMPLE
113
113
$ slash-graphql drop-data -e https://frozen-mango.cloud.dgraph.io/graphql -t <apiToken> schema-file.graphql
114
114
```
115
115
116
- _ See code: [ src/commands/drop-data.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.11.4 /src/commands/drop-data.ts ) _
116
+ _ See code: [ src/commands/drop-data.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.11.5 /src/commands/drop-data.ts ) _
117
117
118
118
## ` slash-graphql export-data OUTPUTDIR `
119
119
@@ -135,7 +135,7 @@ EXAMPLE
135
135
$ slash-graphql export-data -e https://frozen-mango.cloud.dgraph.io/graphql -t <apiToken> ./output-directory
136
136
```
137
137
138
- _ See code: [ src/commands/export-data.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.11.4 /src/commands/export-data.ts ) _
138
+ _ See code: [ src/commands/export-data.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.11.5 /src/commands/export-data.ts ) _
139
139
140
140
## ` slash-graphql get-schema [FILE] `
141
141
@@ -160,7 +160,7 @@ EXAMPLES
160
160
$ slash-graphql get-schema -e https://frozen-mango.cloud.dgraph.io/graphql -t <apiToken> -g
161
161
```
162
162
163
- _ See code: [ src/commands/get-schema.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.11.4 /src/commands/get-schema.ts ) _
163
+ _ See code: [ src/commands/get-schema.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.11.5 /src/commands/get-schema.ts ) _
164
164
165
165
## ` slash-graphql help [COMMAND] `
166
166
@@ -200,7 +200,7 @@ EXAMPLE
200
200
$ slash-graphql import-data -e https://frozen-mango.cloud.dgraph.io/graphql -t <apiToken> ./import-directory
201
201
```
202
202
203
- _ See code: [ src/commands/import-data.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.11.4 /src/commands/import-data.ts ) _
203
+ _ See code: [ src/commands/import-data.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.11.5 /src/commands/import-data.ts ) _
204
204
205
205
## ` slash-graphql list-backends `
206
206
@@ -226,7 +226,7 @@ EXAMPLES
226
226
$ slash-graphql list-backends --csv
227
227
```
228
228
229
- _ See code: [ src/commands/list-backends.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.11.4 /src/commands/list-backends.ts ) _
229
+ _ See code: [ src/commands/list-backends.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.11.5 /src/commands/list-backends.ts ) _
230
230
231
231
## ` slash-graphql login `
232
232
@@ -243,7 +243,7 @@ EXAMPLE
243
243
$ slash-graphql login
244
244
```
245
245
246
- _ See code: [ src/commands/login.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.11.4 /src/commands/login.ts ) _
246
+ _ See code: [ src/commands/login.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.11.5 /src/commands/login.ts ) _
247
247
248
248
## ` slash-graphql logout `
249
249
@@ -262,7 +262,7 @@ EXAMPLES
262
262
$ slash-graphql logout -a
263
263
```
264
264
265
- _ See code: [ src/commands/logout.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.11.4 /src/commands/logout.ts ) _
265
+ _ See code: [ src/commands/logout.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.11.5 /src/commands/logout.ts ) _
266
266
267
267
## ` slash-graphql restore-backend `
268
268
@@ -284,7 +284,7 @@ EXAMPLE
284
284
url>
285
285
```
286
286
287
- _ See code: [ src/commands/restore-backend.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.11.4 /src/commands/restore-backend.ts ) _
287
+ _ See code: [ src/commands/restore-backend.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.11.5 /src/commands/restore-backend.ts ) _
288
288
289
289
## ` slash-graphql restore-backend-status RESTOREID `
290
290
@@ -306,7 +306,7 @@ EXAMPLE
306
306
$ slash-graphql restore-backend-status -e https://clone.cloud.dgraph.io/graphql -t <apiToken> "restoreID"
307
307
```
308
308
309
- _ See code: [ src/commands/restore-backend-status.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.11.4 /src/commands/restore-backend-status.ts ) _
309
+ _ See code: [ src/commands/restore-backend-status.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.11.5 /src/commands/restore-backend-status.ts ) _
310
310
311
311
## ` slash-graphql update [CHANNEL] `
312
312
@@ -339,7 +339,7 @@ EXAMPLE
339
339
$ slash-graphql update-backend -n "New Name" 0xid
340
340
```
341
341
342
- _ See code: [ src/commands/update-backend.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.11.4 /src/commands/update-backend.ts ) _
342
+ _ See code: [ src/commands/update-backend.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.11.5 /src/commands/update-backend.ts ) _
343
343
344
344
## ` slash-graphql update-schema [FILE] `
345
345
@@ -361,5 +361,5 @@ EXAMPLE
361
361
$ slash-graphql update-schema -e https://frozen-mango.cloud.dgraph.io/graphql -t <apiToken> schema-file.graphql
362
362
```
363
363
364
- _ See code: [ src/commands/update-schema.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.11.4 /src/commands/update-schema.ts ) _
364
+ _ See code: [ src/commands/update-schema.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.11.5 /src/commands/update-schema.ts ) _
365
365
<!-- commandsstop -->
0 commit comments