diff --git a/README.md b/README.md index 9f0fab1..7313f0c 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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` @@ -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` @@ -113,7 +113,7 @@ EXAMPLE $ slash-graphql drop-data -e https://frozen-mango.cloud.dgraph.io/graphql -t 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` @@ -135,7 +135,7 @@ EXAMPLE $ slash-graphql export-data -e https://frozen-mango.cloud.dgraph.io/graphql -t ./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]` @@ -160,7 +160,7 @@ EXAMPLES $ slash-graphql get-schema -e https://frozen-mango.cloud.dgraph.io/graphql -t -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]` @@ -200,7 +200,7 @@ EXAMPLE $ slash-graphql import-data -e https://frozen-mango.cloud.dgraph.io/graphql -t ./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` @@ -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` @@ -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` @@ -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` @@ -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` @@ -306,7 +306,7 @@ EXAMPLE $ slash-graphql restore-backend-status -e https://clone.cloud.dgraph.io/graphql -t "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]` @@ -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]` @@ -361,5 +361,5 @@ EXAMPLE $ slash-graphql update-schema -e https://frozen-mango.cloud.dgraph.io/graphql -t 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)_ diff --git a/package-lock.json b/package-lock.json index 5ed8504..f76ea6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "slash-graphql", - "version": "1.11.15", + "version": "1.11.16", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d787aa5..62b4a02 100644 --- a/package.json +++ b/package.json @@ -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"