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

Commit 1bc48a6

Browse files
author
antblood
committed
1.18.0
1 parent c4f4f61 commit 1bc48a6

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

README.md

+23-23
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.17.0 darwin-x64 node-v14.9.0
23+
slash-graphql/1.18.0 darwin-x64 node-v14.9.0
2424
$ slash-graphql --help [COMMAND]
2525
USAGE
2626
$ slash-graphql COMMAND
@@ -75,7 +75,7 @@ EXAMPLE
7575
$ slash-graphql add-member-to-organization 0x123 [email protected]
7676
```
7777

78-
_See code: [src/commands/add-member-to-organization.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.17.0/src/commands/add-member-to-organization.ts)_
78+
_See code: [src/commands/add-member-to-organization.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.18.0/src/commands/add-member-to-organization.ts)_
7979

8080
## `slash-graphql create-organization NAME`
8181

@@ -95,7 +95,7 @@ EXAMPLE
9595
$ slash-graphql create-organization myNewOrganization
9696
```
9797

98-
_See code: [src/commands/create-organization.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.17.0/src/commands/create-organization.ts)_
98+
_See code: [src/commands/create-organization.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.18.0/src/commands/create-organization.ts)_
9999

100100
## `slash-graphql delete-lambda`
101101

@@ -116,7 +116,7 @@ EXAMPLES
116116
$ slash-graphql delete-lambda -e 0x1234
117117
```
118118

119-
_See code: [src/commands/delete-lambda.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.17.0/src/commands/delete-lambda.ts)_
119+
_See code: [src/commands/delete-lambda.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.18.0/src/commands/delete-lambda.ts)_
120120

121121
## `slash-graphql deploy-backend NAME`
122122

@@ -156,7 +156,7 @@ EXAMPLES
156156
$ slash-graphql deploy-backend "My New Backend"
157157
```
158158

159-
_See code: [src/commands/deploy-backend.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.17.0/src/commands/deploy-backend.ts)_
159+
_See code: [src/commands/deploy-backend.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.18.0/src/commands/deploy-backend.ts)_
160160

161161
## `slash-graphql destroy-backend ID`
162162

@@ -177,7 +177,7 @@ EXAMPLE
177177
$ slash-graphql destroy-backend "0xid"
178178
```
179179

180-
_See code: [src/commands/destroy-backend.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.17.0/src/commands/destroy-backend.ts)_
180+
_See code: [src/commands/destroy-backend.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.18.0/src/commands/destroy-backend.ts)_
181181

182182
## `slash-graphql drop`
183183

@@ -204,7 +204,7 @@ EXAMPLE
204204
<fields>]
205205
```
206206

207-
_See code: [src/commands/drop.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.17.0/src/commands/drop.ts)_
207+
_See code: [src/commands/drop.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.18.0/src/commands/drop.ts)_
208208

209209
## `slash-graphql export-data OUTPUTDIR`
210210

@@ -226,7 +226,7 @@ EXAMPLE
226226
$ slash-graphql export-data -e https://frozen-mango.cloud.dgraph.io/graphql -t <apiToken> ./output-directory
227227
```
228228

229-
_See code: [src/commands/export-data.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.17.0/src/commands/export-data.ts)_
229+
_See code: [src/commands/export-data.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.18.0/src/commands/export-data.ts)_
230230

231231
## `slash-graphql get-lambda`
232232

@@ -246,7 +246,7 @@ EXAMPLES
246246
$ slash-graphql get-lambda -e 0x1234
247247
```
248248

249-
_See code: [src/commands/get-lambda.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.17.0/src/commands/get-lambda.ts)_
249+
_See code: [src/commands/get-lambda.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.18.0/src/commands/get-lambda.ts)_
250250

251251
## `slash-graphql get-schema [FILE]`
252252

@@ -271,7 +271,7 @@ EXAMPLES
271271
$ slash-graphql get-schema -e https://frozen-mango.cloud.dgraph.io/graphql -t <apiToken> -g
272272
```
273273

274-
_See code: [src/commands/get-schema.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.17.0/src/commands/get-schema.ts)_
274+
_See code: [src/commands/get-schema.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.18.0/src/commands/get-schema.ts)_
275275

276276
## `slash-graphql help [COMMAND]`
277277

@@ -311,7 +311,7 @@ EXAMPLE
311311
$ slash-graphql import-data -e https://frozen-mango.cloud.dgraph.io/graphql -t <apiToken> ./import-directory
312312
```
313313

314-
_See code: [src/commands/import-data.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.17.0/src/commands/import-data.ts)_
314+
_See code: [src/commands/import-data.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.18.0/src/commands/import-data.ts)_
315315

316316
## `slash-graphql lambda-logs`
317317

@@ -332,7 +332,7 @@ EXAMPLES
332332
$ slash-graphql lambda-logs -e 0x1234 -h 5
333333
```
334334

335-
_See code: [src/commands/lambda-logs.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.17.0/src/commands/lambda-logs.ts)_
335+
_See code: [src/commands/lambda-logs.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.18.0/src/commands/lambda-logs.ts)_
336336

337337
## `slash-graphql list-backends`
338338

@@ -358,7 +358,7 @@ EXAMPLES
358358
$ slash-graphql list-backends --csv
359359
```
360360

361-
_See code: [src/commands/list-backends.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.17.0/src/commands/list-backends.ts)_
361+
_See code: [src/commands/list-backends.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.18.0/src/commands/list-backends.ts)_
362362

363363
## `slash-graphql list-backups`
364364

@@ -377,7 +377,7 @@ EXAMPLE
377377
$ slash-graphql list-backups -e https://frozen-mango.cloud.dgraph.io/graphql -t <apiToken>
378378
```
379379

380-
_See code: [src/commands/list-backups.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.17.0/src/commands/list-backups.ts)_
380+
_See code: [src/commands/list-backups.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.18.0/src/commands/list-backups.ts)_
381381

382382
## `slash-graphql list-organizations`
383383

@@ -394,7 +394,7 @@ EXAMPLE
394394
$ slash-graphql list-organizations
395395
```
396396

397-
_See code: [src/commands/list-organizations.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.17.0/src/commands/list-organizations.ts)_
397+
_See code: [src/commands/list-organizations.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.18.0/src/commands/list-organizations.ts)_
398398

399399
## `slash-graphql login EMAIL PASSWORD`
400400

@@ -411,7 +411,7 @@ EXAMPLE
411411
$ slash-graphql login email password
412412
```
413413

414-
_See code: [src/commands/login.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.17.0/src/commands/login.ts)_
414+
_See code: [src/commands/login.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.18.0/src/commands/login.ts)_
415415

416416
## `slash-graphql logout`
417417

@@ -430,7 +430,7 @@ EXAMPLES
430430
$ slash-graphql logout -a
431431
```
432432

433-
_See code: [src/commands/logout.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.17.0/src/commands/logout.ts)_
433+
_See code: [src/commands/logout.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.18.0/src/commands/logout.ts)_
434434

435435
## `slash-graphql remove-member-from-organization ORGANIZATION MEMBER`
436436

@@ -451,7 +451,7 @@ EXAMPLE
451451
$ slash-graphql remove-organization-member 0x123 [email protected]
452452
```
453453

454-
_See code: [src/commands/remove-member-from-organization.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.17.0/src/commands/remove-member-from-organization.ts)_
454+
_See code: [src/commands/remove-member-from-organization.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.18.0/src/commands/remove-member-from-organization.ts)_
455455

456456
## `slash-graphql restore-backend`
457457

@@ -475,7 +475,7 @@ EXAMPLE
475475
url> [-f <backup folder> -n <backup number>]
476476
```
477477

478-
_See code: [src/commands/restore-backend.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.17.0/src/commands/restore-backend.ts)_
478+
_See code: [src/commands/restore-backend.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.18.0/src/commands/restore-backend.ts)_
479479

480480
## `slash-graphql restore-backend-status RESTOREID`
481481

@@ -497,7 +497,7 @@ EXAMPLE
497497
$ slash-graphql restore-backend-status -e https://clone.cloud.dgraph.io/graphql -t <apiToken> "restoreID"
498498
```
499499

500-
_See code: [src/commands/restore-backend-status.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.17.0/src/commands/restore-backend-status.ts)_
500+
_See code: [src/commands/restore-backend-status.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.18.0/src/commands/restore-backend-status.ts)_
501501

502502
## `slash-graphql update [CHANNEL]`
503503

@@ -531,7 +531,7 @@ EXAMPLE
531531
$ slash-graphql update-backend -e 0xid -n "New Name" -m flexible
532532
```
533533

534-
_See code: [src/commands/update-backend.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.17.0/src/commands/update-backend.ts)_
534+
_See code: [src/commands/update-backend.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.18.0/src/commands/update-backend.ts)_
535535

536536
## `slash-graphql update-lambda`
537537

@@ -552,7 +552,7 @@ EXAMPLES
552552
$ slash-graphql update-lambda -e 0x1234 -f /home/user/Downloads/script.js
553553
```
554554

555-
_See code: [src/commands/update-lambda.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.17.0/src/commands/update-lambda.ts)_
555+
_See code: [src/commands/update-lambda.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.18.0/src/commands/update-lambda.ts)_
556556

557557
## `slash-graphql update-schema [FILE]`
558558

@@ -574,5 +574,5 @@ EXAMPLE
574574
$ slash-graphql update-schema -e https://frozen-mango.cloud.dgraph.io/graphql -t <apiToken> schema-file.graphql
575575
```
576576

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

0 commit comments

Comments
 (0)