Skip to content

Commit

Permalink
[SKIP CI] Prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 committed Nov 17, 2021
1 parent 4835114 commit f7be3df
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .yarn/versions/dc10ab69.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
undecided:
- "@subql/common"
14 changes: 7 additions & 7 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $ npm install -g @subql/cli
$ subql COMMAND
running command...
$ subql (-v|--version|version)
@subql/cli/0.15.1-5 linux-x64 node-v14.18.1
@subql/cli/0.15.1-6 linux-x64 node-v14.18.1
$ subql --help [COMMAND]
USAGE
$ subql COMMAND
Expand Down Expand Up @@ -57,7 +57,7 @@ OPTIONS
--mode=(production|prod|development|dev) [default: production]
```

_See code: [lib/commands/build.js](https://github.com/packages/cli/blob/v0.15.1-5/lib/commands/build.js)_
_See code: [lib/commands/build.js](https://github.com/packages/cli/blob/v0.15.1-6/lib/commands/build.js)_

## `subql codegen`

Expand All @@ -73,7 +73,7 @@ OPTIONS
--file=file
```

_See code: [lib/commands/codegen.js](https://github.com/packages/cli/blob/v0.15.1-5/lib/commands/codegen.js)_
_See code: [lib/commands/codegen.js](https://github.com/packages/cli/blob/v0.15.1-6/lib/commands/codegen.js)_

## `subql help [COMMAND]`

Expand Down Expand Up @@ -112,7 +112,7 @@ OPTIONS
--starter
```

_See code: [lib/commands/init.js](https://github.com/packages/cli/blob/v0.15.1-5/lib/commands/init.js)_
_See code: [lib/commands/init.js](https://github.com/packages/cli/blob/v0.15.1-6/lib/commands/init.js)_

## `subql migrate`

Expand All @@ -128,7 +128,7 @@ OPTIONS
--file=file
```

_See code: [lib/commands/migrate.js](https://github.com/packages/cli/blob/v0.15.1-5/lib/commands/migrate.js)_
_See code: [lib/commands/migrate.js](https://github.com/packages/cli/blob/v0.15.1-6/lib/commands/migrate.js)_

## `subql publish`

Expand All @@ -143,7 +143,7 @@ OPTIONS
--ipfs=ipfs [default: http://localhost:5001/api/v0] IPFS gateway endpoint
```

_See code: [lib/commands/publish.js](https://github.com/packages/cli/blob/v0.15.1-5/lib/commands/publish.js)_
_See code: [lib/commands/publish.js](https://github.com/packages/cli/blob/v0.15.1-6/lib/commands/publish.js)_

## `subql validate`

Expand All @@ -162,6 +162,6 @@ OPTIONS
--silent
```

_See code: [lib/commands/validate.js](https://github.com/packages/cli/blob/v0.15.1-5/lib/commands/validate.js)_
_See code: [lib/commands/validate.js](https://github.com/packages/cli/blob/v0.15.1-6/lib/commands/validate.js)_

<!-- commandsstop -->
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@subql/cli",
"description": "cli for subquery",
"version": "0.15.1-5",
"version": "0.15.1-6",
"author": "Ian He",
"bin": {
"subql": "./bin/run"
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/common",
"version": "0.13.1-4",
"version": "0.13.1-5",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down

0 comments on commit f7be3df

Please sign in to comment.