@@ -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.2 darwin-x64 node-v14.4 .0
23
+ slash-graphql/1.15.0 darwin-x64 node-v14.9 .0
24
24
$ slash-graphql --help [COMMAND]
25
25
USAGE
26
26
$ slash-graphql COMMAND
33
33
<!-- commands -->
34
34
* [ ` slash-graphql deploy-backend NAME ` ] ( #slash-graphql-deploy-backend-name )
35
35
* [ ` slash-graphql destroy-backend ID ` ] ( #slash-graphql-destroy-backend-id )
36
- * [ ` slash-graphql drop ` ] ( #slash-graphql-drop )
37
36
* [ ` slash-graphql export-data OUTPUTDIR ` ] ( #slash-graphql-export-data-outputdir )
38
37
* [ ` slash-graphql get-schema [FILE] ` ] ( #slash-graphql-get-schema-file )
39
38
* [ ` slash-graphql help [COMMAND] ` ] ( #slash-graphql-help-command )
@@ -73,7 +72,7 @@ EXAMPLE
73
72
$ slash-graphql deploy-backend "My New Backend"
74
73
```
75
74
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 ) _
75
+ _ See code: [ src/commands/deploy-backend.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.15.0 /src/commands/deploy-backend.ts ) _
77
76
78
77
## ` slash-graphql destroy-backend ID `
79
78
@@ -94,34 +93,7 @@ EXAMPLE
94
93
$ slash-graphql destroy-backend "0xid"
95
94
```
96
95
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
-
99
- ## ` slash-graphql drop `
100
-
101
- Drop all data in your backend
102
-
103
- ```
104
- USAGE
105
- $ slash-graphql drop
106
-
107
- OPTIONS
108
- -F, --drop-fields=drop-fields Drop types
109
- -T, --drop-types=drop-types Drop types
110
- -d, --drop-data Drop data and leave the schema
111
- -e, --endpoint=endpoint Slash GraphQL Endpoint
112
- -l, --list-unused List unused types and fields
113
- -q, --quiet Quiet Output
114
- -s, --drop-schema Drop Schema along with the data
115
- -t, --token=token Slash GraphQL Backend API Tokens
116
- -u, --drop-unused Drops all unused types and fields
117
- -y, --confirm Skip Confirmation
118
-
119
- EXAMPLE
120
- $ slash-graphql drop -e https://frozen-mango.cloud.dgraph.io/graphql -t <apiToken> [-l] [-d] [-s] [-T <types>] [-F
121
- <fields>]
122
- ```
123
-
124
- _ See code: [ src/commands/drop.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.14.2/src/commands/drop.ts ) _
96
+ _ See code: [ src/commands/destroy-backend.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.15.0/src/commands/destroy-backend.ts ) _
125
97
126
98
## ` slash-graphql export-data OUTPUTDIR `
127
99
@@ -143,7 +115,7 @@ EXAMPLE
143
115
$ slash-graphql export-data -e https://frozen-mango.cloud.dgraph.io/graphql -t <apiToken> ./output-directory
144
116
```
145
117
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 ) _
118
+ _ See code: [ src/commands/export-data.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.15.0 /src/commands/export-data.ts ) _
147
119
148
120
## ` slash-graphql get-schema [FILE] `
149
121
@@ -168,7 +140,7 @@ EXAMPLES
168
140
$ slash-graphql get-schema -e https://frozen-mango.cloud.dgraph.io/graphql -t <apiToken> -g
169
141
```
170
142
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 ) _
143
+ _ See code: [ src/commands/get-schema.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.15.0 /src/commands/get-schema.ts ) _
172
144
173
145
## ` slash-graphql help [COMMAND] `
174
146
@@ -208,7 +180,7 @@ EXAMPLE
208
180
$ slash-graphql import-data -e https://frozen-mango.cloud.dgraph.io/graphql -t <apiToken> ./import-directory
209
181
```
210
182
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 ) _
183
+ _ See code: [ src/commands/import-data.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.15.0 /src/commands/import-data.ts ) _
212
184
213
185
## ` slash-graphql list-backends `
214
186
@@ -234,7 +206,7 @@ EXAMPLES
234
206
$ slash-graphql list-backends --csv
235
207
```
236
208
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 ) _
209
+ _ See code: [ src/commands/list-backends.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.15.0 /src/commands/list-backends.ts ) _
238
210
239
211
## ` slash-graphql list-backups `
240
212
@@ -253,7 +225,7 @@ EXAMPLE
253
225
$ slash-graphql list-backups -e https://frozen-mango.cloud.dgraph.io/graphql -t <apiToken>
254
226
```
255
227
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 ) _
228
+ _ See code: [ src/commands/list-backups.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.15.0 /src/commands/list-backups.ts ) _
257
229
258
230
## ` slash-graphql login `
259
231
@@ -270,7 +242,7 @@ EXAMPLE
270
242
$ slash-graphql login
271
243
```
272
244
273
- _ See code: [ src/commands/login.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.14.2 /src/commands/login.ts ) _
245
+ _ See code: [ src/commands/login.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.15.0 /src/commands/login.ts ) _
274
246
275
247
## ` slash-graphql logout `
276
248
@@ -289,7 +261,7 @@ EXAMPLES
289
261
$ slash-graphql logout -a
290
262
```
291
263
292
- _ See code: [ src/commands/logout.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.14.2 /src/commands/logout.ts ) _
264
+ _ See code: [ src/commands/logout.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.15.0 /src/commands/logout.ts ) _
293
265
294
266
## ` slash-graphql restore-backend `
295
267
@@ -311,7 +283,7 @@ EXAMPLE
311
283
url>
312
284
```
313
285
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 ) _
286
+ _ See code: [ src/commands/restore-backend.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.15.0 /src/commands/restore-backend.ts ) _
315
287
316
288
## ` slash-graphql restore-backend-status RESTOREID `
317
289
@@ -333,7 +305,7 @@ EXAMPLE
333
305
$ slash-graphql restore-backend-status -e https://clone.cloud.dgraph.io/graphql -t <apiToken> "restoreID"
334
306
```
335
307
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 ) _
308
+ _ See code: [ src/commands/restore-backend-status.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.15.0 /src/commands/restore-backend-status.ts ) _
337
309
338
310
## ` slash-graphql update [CHANNEL] `
339
311
@@ -367,7 +339,7 @@ EXAMPLE
367
339
$ slash-graphql update-backend -n "New Name" 0xid
368
340
```
369
341
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 ) _
342
+ _ See code: [ src/commands/update-backend.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.15.0 /src/commands/update-backend.ts ) _
371
343
372
344
## ` slash-graphql update-schema [FILE] `
373
345
@@ -389,5 +361,5 @@ EXAMPLE
389
361
$ slash-graphql update-schema -e https://frozen-mango.cloud.dgraph.io/graphql -t <apiToken> schema-file.graphql
390
362
```
391
363
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 ) _
364
+ _ See code: [ src/commands/update-schema.ts] ( https://github.com/dgraph-io/slash-graphql-cli/blob/v1.15.0 /src/commands/update-schema.ts ) _
393
365
<!-- commandsstop -->
0 commit comments