Skip to content
This repository was archived by the owner on Apr 24, 2021. It is now read-only.

Commit 9a2ec38

Browse files
committed
1.14.2
1 parent 471e514 commit 9a2ec38

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

README.md

+15-15
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $ npm install -g slash-graphql
2020
$ slash-graphql COMMAND
2121
running command...
2222
$ 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
2424
$ slash-graphql --help [COMMAND]
2525
USAGE
2626
$ slash-graphql COMMAND
@@ -73,7 +73,7 @@ EXAMPLE
7373
$ slash-graphql deploy-backend "My New Backend"
7474
```
7575

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)_
7777

7878
## `slash-graphql destroy-backend ID`
7979

@@ -94,7 +94,7 @@ EXAMPLE
9494
$ slash-graphql destroy-backend "0xid"
9595
```
9696

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)_
9898

9999
## `slash-graphql drop`
100100

@@ -121,7 +121,7 @@ EXAMPLE
121121
<fields>]
122122
```
123123

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)_
125125

126126
## `slash-graphql export-data OUTPUTDIR`
127127

@@ -143,7 +143,7 @@ EXAMPLE
143143
$ slash-graphql export-data -e https://frozen-mango.cloud.dgraph.io/graphql -t <apiToken> ./output-directory
144144
```
145145

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)_
147147

148148
## `slash-graphql get-schema [FILE]`
149149

@@ -168,7 +168,7 @@ EXAMPLES
168168
$ slash-graphql get-schema -e https://frozen-mango.cloud.dgraph.io/graphql -t <apiToken> -g
169169
```
170170

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)_
172172

173173
## `slash-graphql help [COMMAND]`
174174

@@ -208,7 +208,7 @@ EXAMPLE
208208
$ slash-graphql import-data -e https://frozen-mango.cloud.dgraph.io/graphql -t <apiToken> ./import-directory
209209
```
210210

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)_
212212

213213
## `slash-graphql list-backends`
214214

@@ -234,7 +234,7 @@ EXAMPLES
234234
$ slash-graphql list-backends --csv
235235
```
236236

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)_
238238

239239
## `slash-graphql list-backups`
240240

@@ -253,7 +253,7 @@ EXAMPLE
253253
$ slash-graphql list-backups -e https://frozen-mango.cloud.dgraph.io/graphql -t <apiToken>
254254
```
255255

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)_
257257

258258
## `slash-graphql login`
259259

@@ -270,7 +270,7 @@ EXAMPLE
270270
$ slash-graphql login
271271
```
272272

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)_
274274

275275
## `slash-graphql logout`
276276

@@ -289,7 +289,7 @@ EXAMPLES
289289
$ slash-graphql logout -a
290290
```
291291

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)_
293293

294294
## `slash-graphql restore-backend`
295295

@@ -311,7 +311,7 @@ EXAMPLE
311311
url>
312312
```
313313

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)_
315315

316316
## `slash-graphql restore-backend-status RESTOREID`
317317

@@ -333,7 +333,7 @@ EXAMPLE
333333
$ slash-graphql restore-backend-status -e https://clone.cloud.dgraph.io/graphql -t <apiToken> "restoreID"
334334
```
335335

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)_
337337

338338
## `slash-graphql update [CHANNEL]`
339339

@@ -367,7 +367,7 @@ EXAMPLE
367367
$ slash-graphql update-backend -n "New Name" 0xid
368368
```
369369

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)_
371371

372372
## `slash-graphql update-schema [FILE]`
373373

@@ -389,5 +389,5 @@ EXAMPLE
389389
$ slash-graphql update-schema -e https://frozen-mango.cloud.dgraph.io/graphql -t <apiToken> schema-file.graphql
390390
```
391391

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)_
393393
<!-- commandsstop -->

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "slash-graphql",
33
"description": "Command Line Tools to Manage Slash GraphQL",
4-
"version": "1.14.1",
4+
"version": "1.14.2",
55
"author": "Dgraph Labs @dgraphlabs",
66
"bin": {
77
"slash-graphql": "./bin/run"

0 commit comments

Comments
 (0)