Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname committed Sep 29, 2021
1 parent d0216d1 commit afe6f97
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ npm install -g @subql/cli
$ subql COMMAND
running command...
$ subql (-v|--version|version)
@subql/cli/0.12.1-0 linux-x64 node-v14.17.6
@subql/cli/0.12.1-0 darwin-x64 node-v14.15.1
$ subql --help [COMMAND]
USAGE
$ subql COMMAND
Expand Down Expand Up @@ -63,6 +63,7 @@ USAGE
OPTIONS
-f, --force
-l, --location=location local folder to run codegen in
--file=file
```

Expand Down Expand Up @@ -98,6 +99,9 @@ ARGUMENTS
OPTIONS
-f, --force
-l, --location=location local folder to create the project in
--install-dependencies Install dependencies as well
--npm Force using NPM instead of yarn, only works with `install-dependencies` flag
--starter
```

Expand Down

0 comments on commit afe6f97

Please sign in to comment.