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

Commit 13a8084

Browse files
committed
1.11.5
1 parent c7f289e commit 13a8084

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

README.md

+14-14
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.11.4 darwin-x64 node-v14.4.0
23+
slash-graphql/1.11.5 darwin-x64 node-v14.4.0
2424
$ slash-graphql --help [COMMAND]
2525
USAGE
2626
$ slash-graphql COMMAND
@@ -71,7 +71,7 @@ EXAMPLE
7171
$ slash-graphql deploy-backend "My New Backend"
7272
```
7373

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

7676
## `slash-graphql destroy-backend ID`
7777

@@ -92,7 +92,7 @@ EXAMPLE
9292
$ slash-graphql destroy-backend "0xid"
9393
```
9494

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

9797
## `slash-graphql drop-data`
9898

@@ -113,7 +113,7 @@ EXAMPLE
113113
$ slash-graphql drop-data -e https://frozen-mango.cloud.dgraph.io/graphql -t <apiToken> schema-file.graphql
114114
```
115115

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

118118
## `slash-graphql export-data OUTPUTDIR`
119119

@@ -135,7 +135,7 @@ EXAMPLE
135135
$ slash-graphql export-data -e https://frozen-mango.cloud.dgraph.io/graphql -t <apiToken> ./output-directory
136136
```
137137

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

140140
## `slash-graphql get-schema [FILE]`
141141

@@ -160,7 +160,7 @@ EXAMPLES
160160
$ slash-graphql get-schema -e https://frozen-mango.cloud.dgraph.io/graphql -t <apiToken> -g
161161
```
162162

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

165165
## `slash-graphql help [COMMAND]`
166166

@@ -200,7 +200,7 @@ EXAMPLE
200200
$ slash-graphql import-data -e https://frozen-mango.cloud.dgraph.io/graphql -t <apiToken> ./import-directory
201201
```
202202

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

205205
## `slash-graphql list-backends`
206206

@@ -226,7 +226,7 @@ EXAMPLES
226226
$ slash-graphql list-backends --csv
227227
```
228228

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

231231
## `slash-graphql login`
232232

@@ -243,7 +243,7 @@ EXAMPLE
243243
$ slash-graphql login
244244
```
245245

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

248248
## `slash-graphql logout`
249249

@@ -262,7 +262,7 @@ EXAMPLES
262262
$ slash-graphql logout -a
263263
```
264264

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

267267
## `slash-graphql restore-backend`
268268

@@ -284,7 +284,7 @@ EXAMPLE
284284
url>
285285
```
286286

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

289289
## `slash-graphql restore-backend-status RESTOREID`
290290

@@ -306,7 +306,7 @@ EXAMPLE
306306
$ slash-graphql restore-backend-status -e https://clone.cloud.dgraph.io/graphql -t <apiToken> "restoreID"
307307
```
308308

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

311311
## `slash-graphql update [CHANNEL]`
312312

@@ -339,7 +339,7 @@ EXAMPLE
339339
$ slash-graphql update-backend -n "New Name" 0xid
340340
```
341341

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

344344
## `slash-graphql update-schema [FILE]`
345345

@@ -361,5 +361,5 @@ EXAMPLE
361361
$ slash-graphql update-schema -e https://frozen-mango.cloud.dgraph.io/graphql -t <apiToken> schema-file.graphql
362362
```
363363

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)_
365365
<!-- 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.11.4",
4+
"version": "1.11.5",
55
"author": "Dgraph Labs @dgraphlabs",
66
"bin": {
77
"slash-graphql": "./bin/run"

0 commit comments

Comments
 (0)