Skip to content

Commit

Permalink
v2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
codespool committed May 22, 2023
1 parent 980bd15 commit b7052fb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "2.2.2",
"version": "2.2.3",
"npmClient": "yarn"
}
17 changes: 10 additions & 7 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $ npm install -g @astar-network/swanky-cli
$ swanky COMMAND
running command...
$ swanky (--version|-V|-v)
@astar-network/swanky-cli/2.2.2 darwin-x64 node-v18.2.0
@astar-network/swanky-cli/2.2.3 darwin-x64 node-v18.2.0
$ swanky --help [COMMAND]
USAGE
$ swanky COMMAND
Expand Down Expand Up @@ -114,7 +114,7 @@ DESCRIPTION
Check installed package versions and compatibility
```

_See code: [dist/commands/check/index.js](https://github.com/AstarNetwork/swanky-cli/blob/v2.2.2/dist/commands/check/index.js)_
_See code: [dist/commands/check/index.js](https://github.com/AstarNetwork/swanky-cli/blob/v2.2.3/dist/commands/check/index.js)_

## `swanky contract compile [CONTRACTNAME]`

Expand Down Expand Up @@ -182,14 +182,15 @@ Generate a new smart contract template inside a project

```
USAGE
$ swanky contract new CONTRACTNAME [--template blank|flipper|psp22] [-v]
$ swanky contract new CONTRACTNAME [--template blank|erc20token|flipper|blank|flipper|psp22] [-l ink|ask] [-v]
ARGUMENTS
CONTRACTNAME Name of the new contract
FLAGS
-l, --language=<option> <options: ink|ask>
-v, --verbose
--template=<option> <options: blank|flipper|psp22>
--template=<option> <options: blank|erc20token|flipper|blank|flipper|psp22>
DESCRIPTION
Generate a new smart contract template inside a project
Expand Down Expand Up @@ -299,22 +300,24 @@ Generate a new smart contract environment

```
USAGE
$ swanky init PROJECTNAME [-v] [--swanky-node] [-t blank|flipper|psp22] [-c <value>]
$ swanky init PROJECTNAME [-v] [--swanky-node] [-t blank|erc20token|flipper|blank|flipper|psp22] [-l
ask|ink] [-c <value>]
ARGUMENTS
PROJECTNAME directory name of new project
FLAGS
-c, --convert=<value> Converts an existing smart contract into a Swanky project
-t, --template=<option> <options: blank|flipper|psp22>
-l, --language=<option> <options: ask|ink>
-t, --template=<option> <options: blank|erc20token|flipper|blank|flipper|psp22>
-v, --verbose Display more info in the result logs
--swanky-node
DESCRIPTION
Generate a new smart contract environment
```

_See code: [dist/commands/init/index.js](https://github.com/AstarNetwork/swanky-cli/blob/v2.2.2/dist/commands/init/index.js)_
_See code: [dist/commands/init/index.js](https://github.com/AstarNetwork/swanky-cli/blob/v2.2.3/dist/commands/init/index.js)_

## `swanky node install`

Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astar-network/swanky-cli",
"version": "2.2.2",
"version": "2.2.3",
"description": "Astar network WASM contract CLI tool",
"author": "Astar network",
"bin": {
Expand Down

0 comments on commit b7052fb

Please sign in to comment.