@@ -28,7 +28,6 @@ Commands:
28
28
keys [command] manage your keys
29
29
networks [command] manage networks
30
30
wasm [command] wasm transaction subcommands
31
- help [command] display help for command
32
31
```
33
32
34
33
> ** Wasm Command**
@@ -39,14 +38,13 @@ Usage: cwcli wasm [command]
39
38
Wasm transaction subcommands
40
39
41
40
Options:
42
- -h, --help display help for command
41
+ -h, --help display help for command
43
42
44
43
Commands:
45
- upload [options] < wasm file> Upload a wasm binary
46
- query [options] < contractAddress> < msg> Querying commands for contracts
47
- execute [options] < contractAddress> < msg> execute a smart contract method
48
- instantiate [options] < codeId> < msg> instantiate an uploaded contract
49
- help [command] display help for command
44
+ upload < wasm file> Upload a wasm binary
45
+ query < address> < msg> Querying commands for contracts
46
+ execute < address> < msg> execute a smart contract method
47
+ instantiate < codeId> < msg> instantiate an uploaded contract
50
48
```
51
49
52
50
> ** Keys Command**
@@ -57,14 +55,13 @@ Usage: cwcli keys [command]
57
55
Manage your keys
58
56
59
57
Options:
60
- -h, --help display help for command
58
+ -h, --help display help for command
61
59
62
60
Commands:
63
- add < name> Add an encrypted private key (either newly generated or recovered), encrypt it, and save to keyring
64
- delete < name> Delete keys from the cli
65
- show [options] < name> Return address depending on network selection
66
- list Return a list of all public keys stored by this cli
67
- help [command] display help for command display help for command
61
+ add < name> Add an encrypted private key (either newly generated or recovered), encrypt it, and save to keyring
62
+ delete < name> Delete keys from the cli
63
+ show < name> Return address depending on network selection
64
+ list Return a list of all public keys stored by this cli
68
65
```
69
66
70
67
> ** Network Command**
@@ -81,7 +78,6 @@ Commands:
81
78
add < filePath> Load a custom network
82
79
delete < name> Remove a custom network
83
80
list show a list of networks
84
- help [command] display help for command
85
81
```
86
82
87
83
0 commit comments