@@ -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.14.1 darwin-x64 node-v14.4.0
23
+ slash-graphql/1.14.2 darwin-x64 node-v14.4.0
24
24
$ slash-graphql --help [COMMAND]
25
25
USAGE
26
26
$ slash-graphql COMMAND
@@ -73,7 +73,7 @@ EXAMPLE
73
73
$ slash-graphql deploy-backend "My New Backend"
74
74
```
75
75
76
- _ See code: [ src/commands/deploy-backend.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.14.1 /src/commands/deploy-backend.ts ) _
76
+ _ See code: [ src/commands/deploy-backend.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.14.2 /src/commands/deploy-backend.ts ) _
77
77
78
78
## ` slash-graphql destroy-backend ID `
79
79
@@ -94,7 +94,7 @@ EXAMPLE
94
94
$ slash-graphql destroy-backend "0xid"
95
95
```
96
96
97
- _ See code: [ src/commands/destroy-backend.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.14.1 /src/commands/destroy-backend.ts ) _
97
+ _ See code: [ src/commands/destroy-backend.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.14.2 /src/commands/destroy-backend.ts ) _
98
98
99
99
## ` slash-graphql drop `
100
100
@@ -121,7 +121,7 @@ EXAMPLE
121
121
<fields>]
122
122
```
123
123
124
- _ See code: [ src/commands/drop.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.14.1 /src/commands/drop.ts ) _
124
+ _ See code: [ src/commands/drop.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.14.2 /src/commands/drop.ts ) _
125
125
126
126
## ` slash-graphql export-data OUTPUTDIR `
127
127
@@ -143,7 +143,7 @@ EXAMPLE
143
143
$ slash-graphql export-data -e https://frozen-mango.cloud.dgraph.io/graphql -t <apiToken> ./output-directory
144
144
```
145
145
146
- _ See code: [ src/commands/export-data.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.14.1 /src/commands/export-data.ts ) _
146
+ _ See code: [ src/commands/export-data.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.14.2 /src/commands/export-data.ts ) _
147
147
148
148
## ` slash-graphql get-schema [FILE] `
149
149
@@ -168,7 +168,7 @@ EXAMPLES
168
168
$ slash-graphql get-schema -e https://frozen-mango.cloud.dgraph.io/graphql -t <apiToken> -g
169
169
```
170
170
171
- _ See code: [ src/commands/get-schema.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.14.1 /src/commands/get-schema.ts ) _
171
+ _ See code: [ src/commands/get-schema.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.14.2 /src/commands/get-schema.ts ) _
172
172
173
173
## ` slash-graphql help [COMMAND] `
174
174
@@ -208,7 +208,7 @@ EXAMPLE
208
208
$ slash-graphql import-data -e https://frozen-mango.cloud.dgraph.io/graphql -t <apiToken> ./import-directory
209
209
```
210
210
211
- _ See code: [ src/commands/import-data.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.14.1 /src/commands/import-data.ts ) _
211
+ _ See code: [ src/commands/import-data.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.14.2 /src/commands/import-data.ts ) _
212
212
213
213
## ` slash-graphql list-backends `
214
214
@@ -234,7 +234,7 @@ EXAMPLES
234
234
$ slash-graphql list-backends --csv
235
235
```
236
236
237
- _ See code: [ src/commands/list-backends.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.14.1 /src/commands/list-backends.ts ) _
237
+ _ See code: [ src/commands/list-backends.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.14.2 /src/commands/list-backends.ts ) _
238
238
239
239
## ` slash-graphql list-backups `
240
240
@@ -253,7 +253,7 @@ EXAMPLE
253
253
$ slash-graphql list-backups -e https://frozen-mango.cloud.dgraph.io/graphql -t <apiToken>
254
254
```
255
255
256
- _ See code: [ src/commands/list-backups.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.14.1 /src/commands/list-backups.ts ) _
256
+ _ See code: [ src/commands/list-backups.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.14.2 /src/commands/list-backups.ts ) _
257
257
258
258
## ` slash-graphql login `
259
259
@@ -270,7 +270,7 @@ EXAMPLE
270
270
$ slash-graphql login
271
271
```
272
272
273
- _ See code: [ src/commands/login.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.14.1 /src/commands/login.ts ) _
273
+ _ See code: [ src/commands/login.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.14.2 /src/commands/login.ts ) _
274
274
275
275
## ` slash-graphql logout `
276
276
@@ -289,7 +289,7 @@ EXAMPLES
289
289
$ slash-graphql logout -a
290
290
```
291
291
292
- _ See code: [ src/commands/logout.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.14.1 /src/commands/logout.ts ) _
292
+ _ See code: [ src/commands/logout.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.14.2 /src/commands/logout.ts ) _
293
293
294
294
## ` slash-graphql restore-backend `
295
295
@@ -311,7 +311,7 @@ EXAMPLE
311
311
url>
312
312
```
313
313
314
- _ See code: [ src/commands/restore-backend.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.14.1 /src/commands/restore-backend.ts ) _
314
+ _ See code: [ src/commands/restore-backend.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.14.2 /src/commands/restore-backend.ts ) _
315
315
316
316
## ` slash-graphql restore-backend-status RESTOREID `
317
317
@@ -333,7 +333,7 @@ EXAMPLE
333
333
$ slash-graphql restore-backend-status -e https://clone.cloud.dgraph.io/graphql -t <apiToken> "restoreID"
334
334
```
335
335
336
- _ See code: [ src/commands/restore-backend-status.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.14.1 /src/commands/restore-backend-status.ts ) _
336
+ _ See code: [ src/commands/restore-backend-status.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.14.2 /src/commands/restore-backend-status.ts ) _
337
337
338
338
## ` slash-graphql update [CHANNEL] `
339
339
@@ -367,7 +367,7 @@ EXAMPLE
367
367
$ slash-graphql update-backend -n "New Name" 0xid
368
368
```
369
369
370
- _ See code: [ src/commands/update-backend.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.14.1 /src/commands/update-backend.ts ) _
370
+ _ See code: [ src/commands/update-backend.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.14.2 /src/commands/update-backend.ts ) _
371
371
372
372
## ` slash-graphql update-schema [FILE] `
373
373
@@ -389,5 +389,5 @@ EXAMPLE
389
389
$ slash-graphql update-schema -e https://frozen-mango.cloud.dgraph.io/graphql -t <apiToken> schema-file.graphql
390
390
```
391
391
392
- _ See code: [ src/commands/update-schema.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.14.1 /src/commands/update-schema.ts ) _
392
+ _ See code: [ src/commands/update-schema.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.14.2 /src/commands/update-schema.ts ) _
393
393
<!-- commandsstop -->
0 commit comments