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

Commit 9015104

Browse files
author
antblood
committed
1.16.3
1 parent 11d7ea2 commit 9015104

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

README.md

+19-19
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.16.2 linux-x64 node-v10.19.0
23+
slash-graphql/1.16.3 darwin-x64 node-v14.9.0
2424
$ slash-graphql --help [COMMAND]
2525
USAGE
2626
$ slash-graphql COMMAND
@@ -71,7 +71,7 @@ EXAMPLES
7171
$ slash-graphql delete-lambda -e 0x1234
7272
```
7373

74-
_See code: [src/commands/delete-lambda.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.2/src/commands/delete-lambda.ts)_
74+
_See code: [src/commands/delete-lambda.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.3/src/commands/delete-lambda.ts)_
7575

7676
## `slash-graphql deploy-backend NAME`
7777

@@ -98,7 +98,7 @@ EXAMPLE
9898
$ slash-graphql deploy-backend "My New Backend"
9999
```
100100

101-
_See code: [src/commands/deploy-backend.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.2/src/commands/deploy-backend.ts)_
101+
_See code: [src/commands/deploy-backend.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.3/src/commands/deploy-backend.ts)_
102102

103103
## `slash-graphql destroy-backend ID`
104104

@@ -119,7 +119,7 @@ EXAMPLE
119119
$ slash-graphql destroy-backend "0xid"
120120
```
121121

122-
_See code: [src/commands/destroy-backend.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.2/src/commands/destroy-backend.ts)_
122+
_See code: [src/commands/destroy-backend.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.3/src/commands/destroy-backend.ts)_
123123

124124
## `slash-graphql drop`
125125

@@ -146,7 +146,7 @@ EXAMPLE
146146
<fields>]
147147
```
148148

149-
_See code: [src/commands/drop.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.2/src/commands/drop.ts)_
149+
_See code: [src/commands/drop.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.3/src/commands/drop.ts)_
150150

151151
## `slash-graphql export-data OUTPUTDIR`
152152

@@ -168,7 +168,7 @@ EXAMPLE
168168
$ slash-graphql export-data -e https://frozen-mango.cloud.dgraph.io/graphql -t <apiToken> ./output-directory
169169
```
170170

171-
_See code: [src/commands/export-data.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.2/src/commands/export-data.ts)_
171+
_See code: [src/commands/export-data.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.3/src/commands/export-data.ts)_
172172

173173
## `slash-graphql get-lambda`
174174

@@ -188,7 +188,7 @@ EXAMPLES
188188
$ slash-graphql get-lambda -e 0x1234
189189
```
190190

191-
_See code: [src/commands/get-lambda.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.2/src/commands/get-lambda.ts)_
191+
_See code: [src/commands/get-lambda.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.3/src/commands/get-lambda.ts)_
192192

193193
## `slash-graphql get-schema [FILE]`
194194

@@ -213,7 +213,7 @@ EXAMPLES
213213
$ slash-graphql get-schema -e https://frozen-mango.cloud.dgraph.io/graphql -t <apiToken> -g
214214
```
215215

216-
_See code: [src/commands/get-schema.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.2/src/commands/get-schema.ts)_
216+
_See code: [src/commands/get-schema.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.3/src/commands/get-schema.ts)_
217217

218218
## `slash-graphql help [COMMAND]`
219219

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

256-
_See code: [src/commands/import-data.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.2/src/commands/import-data.ts)_
256+
_See code: [src/commands/import-data.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.3/src/commands/import-data.ts)_
257257

258258
## `slash-graphql lambda-logs`
259259

@@ -274,7 +274,7 @@ EXAMPLES
274274
$ slash-graphql lambda-logs -e 0x1234 -h 5
275275
```
276276

277-
_See code: [src/commands/lambda-logs.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.2/src/commands/lambda-logs.ts)_
277+
_See code: [src/commands/lambda-logs.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.3/src/commands/lambda-logs.ts)_
278278

279279
## `slash-graphql list-backends`
280280

@@ -300,7 +300,7 @@ EXAMPLES
300300
$ slash-graphql list-backends --csv
301301
```
302302

303-
_See code: [src/commands/list-backends.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.2/src/commands/list-backends.ts)_
303+
_See code: [src/commands/list-backends.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.3/src/commands/list-backends.ts)_
304304

305305
## `slash-graphql list-backups`
306306

@@ -319,7 +319,7 @@ EXAMPLE
319319
$ slash-graphql list-backups -e https://frozen-mango.cloud.dgraph.io/graphql -t <apiToken>
320320
```
321321

322-
_See code: [src/commands/list-backups.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.2/src/commands/list-backups.ts)_
322+
_See code: [src/commands/list-backups.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.3/src/commands/list-backups.ts)_
323323

324324
## `slash-graphql login`
325325

@@ -336,7 +336,7 @@ EXAMPLE
336336
$ slash-graphql login
337337
```
338338

339-
_See code: [src/commands/login.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.2/src/commands/login.ts)_
339+
_See code: [src/commands/login.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.3/src/commands/login.ts)_
340340

341341
## `slash-graphql logout`
342342

@@ -355,7 +355,7 @@ EXAMPLES
355355
$ slash-graphql logout -a
356356
```
357357

358-
_See code: [src/commands/logout.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.2/src/commands/logout.ts)_
358+
_See code: [src/commands/logout.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.3/src/commands/logout.ts)_
359359

360360
## `slash-graphql restore-backend`
361361

@@ -379,7 +379,7 @@ EXAMPLE
379379
url> [-f <backup folder> -n <backup number>]
380380
```
381381

382-
_See code: [src/commands/restore-backend.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.2/src/commands/restore-backend.ts)_
382+
_See code: [src/commands/restore-backend.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.3/src/commands/restore-backend.ts)_
383383

384384
## `slash-graphql restore-backend-status RESTOREID`
385385

@@ -401,7 +401,7 @@ EXAMPLE
401401
$ slash-graphql restore-backend-status -e https://clone.cloud.dgraph.io/graphql -t <apiToken> "restoreID"
402402
```
403403

404-
_See code: [src/commands/restore-backend-status.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.2/src/commands/restore-backend-status.ts)_
404+
_See code: [src/commands/restore-backend-status.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.3/src/commands/restore-backend-status.ts)_
405405

406406
## `slash-graphql update [CHANNEL]`
407407

@@ -435,7 +435,7 @@ EXAMPLE
435435
$ slash-graphql update-backend -n "New Name" 0xid
436436
```
437437

438-
_See code: [src/commands/update-backend.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.2/src/commands/update-backend.ts)_
438+
_See code: [src/commands/update-backend.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.3/src/commands/update-backend.ts)_
439439

440440
## `slash-graphql update-lambda`
441441

@@ -456,7 +456,7 @@ EXAMPLES
456456
$ slash-graphql update-lambda -e 0x1234 -f /home/user/Downloads/script.js
457457
```
458458

459-
_See code: [src/commands/update-lambda.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.2/src/commands/update-lambda.ts)_
459+
_See code: [src/commands/update-lambda.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.3/src/commands/update-lambda.ts)_
460460

461461
## `slash-graphql update-schema [FILE]`
462462

@@ -478,5 +478,5 @@ EXAMPLE
478478
$ slash-graphql update-schema -e https://frozen-mango.cloud.dgraph.io/graphql -t <apiToken> schema-file.graphql
479479
```
480480

481-
_See code: [src/commands/update-schema.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.2/src/commands/update-schema.ts)_
481+
_See code: [src/commands/update-schema.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.16.3/src/commands/update-schema.ts)_
482482
<!-- 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.16.2",
4+
"version": "1.16.3",
55
"author": "Dgraph Labs @dgraphlabs",
66
"bin": {
77
"slash-graphql": "./bin/run"

0 commit comments

Comments
 (0)