Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

Commit

Permalink
1.11.16
Browse files Browse the repository at this point in the history
  • Loading branch information
gja committed Sep 22, 2020
1 parent 259d702 commit 1522dfc
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $ npm install -g slash-graphql
$ slash-graphql COMMAND
running command...
$ slash-graphql (-v|--version|version)
slash-graphql/1.11.15 darwin-x64 node-v14.4.0
slash-graphql/1.11.16 darwin-x64 node-v14.4.0
$ slash-graphql --help [COMMAND]
USAGE
$ slash-graphql COMMAND
Expand Down Expand Up @@ -71,7 +71,7 @@ EXAMPLE
$ slash-graphql deploy-backend "My New Backend"
```

_See code: [src/commands/deploy-backend.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.11.15/src/commands/deploy-backend.ts)_
_See code: [src/commands/deploy-backend.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.11.16/src/commands/deploy-backend.ts)_

## `slash-graphql destroy-backend ID`

Expand All @@ -92,7 +92,7 @@ EXAMPLE
$ slash-graphql destroy-backend "0xid"
```

_See code: [src/commands/destroy-backend.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.11.15/src/commands/destroy-backend.ts)_
_See code: [src/commands/destroy-backend.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.11.16/src/commands/destroy-backend.ts)_

## `slash-graphql drop-data`

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

_See code: [src/commands/drop-data.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.11.15/src/commands/drop-data.ts)_
_See code: [src/commands/drop-data.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.11.16/src/commands/drop-data.ts)_

## `slash-graphql export-data OUTPUTDIR`

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

_See code: [src/commands/export-data.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.11.15/src/commands/export-data.ts)_
_See code: [src/commands/export-data.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.11.16/src/commands/export-data.ts)_

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

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

_See code: [src/commands/get-schema.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.11.15/src/commands/get-schema.ts)_
_See code: [src/commands/get-schema.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.11.16/src/commands/get-schema.ts)_

## `slash-graphql help [COMMAND]`

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

_See code: [src/commands/import-data.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.11.15/src/commands/import-data.ts)_
_See code: [src/commands/import-data.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.11.16/src/commands/import-data.ts)_

## `slash-graphql list-backends`

Expand All @@ -226,7 +226,7 @@ EXAMPLES
$ slash-graphql list-backends --csv
```

_See code: [src/commands/list-backends.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.11.15/src/commands/list-backends.ts)_
_See code: [src/commands/list-backends.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.11.16/src/commands/list-backends.ts)_

## `slash-graphql login`

Expand All @@ -243,7 +243,7 @@ EXAMPLE
$ slash-graphql login
```

_See code: [src/commands/login.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.11.15/src/commands/login.ts)_
_See code: [src/commands/login.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.11.16/src/commands/login.ts)_

## `slash-graphql logout`

Expand All @@ -262,7 +262,7 @@ EXAMPLES
$ slash-graphql logout -a
```

_See code: [src/commands/logout.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.11.15/src/commands/logout.ts)_
_See code: [src/commands/logout.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.11.16/src/commands/logout.ts)_

## `slash-graphql restore-backend`

Expand All @@ -284,7 +284,7 @@ EXAMPLE
url>
```

_See code: [src/commands/restore-backend.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.11.15/src/commands/restore-backend.ts)_
_See code: [src/commands/restore-backend.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.11.16/src/commands/restore-backend.ts)_

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

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

_See code: [src/commands/restore-backend-status.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.11.15/src/commands/restore-backend-status.ts)_
_See code: [src/commands/restore-backend-status.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.11.16/src/commands/restore-backend-status.ts)_

## `slash-graphql update [CHANNEL]`

Expand Down Expand Up @@ -339,7 +339,7 @@ EXAMPLE
$ slash-graphql update-backend -n "New Name" 0xid
```

_See code: [src/commands/update-backend.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.11.15/src/commands/update-backend.ts)_
_See code: [src/commands/update-backend.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.11.16/src/commands/update-backend.ts)_

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

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

_See code: [src/commands/update-schema.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.11.15/src/commands/update-schema.ts)_
_See code: [src/commands/update-schema.ts](https://github.com/dgraph-io/slash-graphql-cli/blob/v1.11.16/src/commands/update-schema.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "slash-graphql",
"description": "Command Line Tools to Manage Slash GraphQL",
"version": "1.11.15",
"version": "1.11.16",
"author": "Dgraph Labs @dgraphlabs",
"bin": {
"slash-graphql": "./bin/run"
Expand Down

0 comments on commit 1522dfc

Please sign in to comment.