Skip to content

Commit 9b4746b

Browse files
committed
bump version to 0.0.8 and update docs
1 parent 7a03eff commit 9b4746b

File tree

4 files changed

+82
-12
lines changed

4 files changed

+82
-12
lines changed

docs/commands/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
CosmWasm development tooling
44

5-
Version: 0.0.6
5+
Version: 0.0.8
66

77
Arguments:
88

docs/commands/beaker_wasm.md

Lines changed: 78 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Arguments:
6868

6969
* `--signer-account <signer-account>`: Specifies predefined account as a tx signer
7070

71-
* `--signer-keyring <signer-keyring>`: Specifies private_key as a tx signer (base64 encoded string)
71+
* `--signer-keyring <signer-keyring>`: Use the OS secure store as backend to securely store your key. To manage them, you can find more information [here](docs/commands/beaker_key.md)
7272

7373
* `--signer-mnemonic <signer-mnemonic>`: Specifies mnemonic as a tx signer
7474

@@ -122,7 +122,7 @@ Arguments:
122122

123123
* `--signer-account <signer-account>`: Specifies predefined account as a tx signer
124124

125-
* `--signer-keyring <signer-keyring>`: Specifies private_key as a tx signer (base64 encoded string)
125+
* `--signer-keyring <signer-keyring>`: Use the OS secure store as backend to securely store your key. To manage them, you can find more information [here](docs/commands/beaker_key.md)
126126

127127
* `--signer-mnemonic <signer-mnemonic>`: Specifies mnemonic as a tx signer
128128

@@ -154,7 +154,7 @@ Arguments:
154154

155155
* `--signer-account <signer-account>`: Specifies predefined account as a tx signer
156156

157-
* `--signer-keyring <signer-keyring>`: Specifies private_key as a tx signer (base64 encoded string)
157+
* `--signer-keyring <signer-keyring>`: Use the OS secure store as backend to securely store your key. To manage them, you can find more information [here](docs/commands/beaker_key.md)
158158

159159
* `--signer-mnemonic <signer-mnemonic>`: Specifies mnemonic as a tx signer
160160

@@ -196,7 +196,7 @@ Arguments:
196196

197197
* `--signer-account <signer-account>`: Specifies predefined account as a tx signer
198198

199-
* `--signer-keyring <signer-keyring>`: Specifies private_key as a tx signer (base64 encoded string)
199+
* `--signer-keyring <signer-keyring>`: Use the OS secure store as backend to securely store your key. To manage them, you can find more information [here](docs/commands/beaker_key.md)
200200

201201
* `--signer-mnemonic <signer-mnemonic>`: Specifies mnemonic as a tx signer
202202

@@ -234,7 +234,7 @@ Arguments:
234234

235235
* `--signer-account <signer-account>`: Specifies predefined account as a tx signer
236236

237-
* `--signer-keyring <signer-keyring>`: Specifies private_key as a tx signer (base64 encoded string)
237+
* `--signer-keyring <signer-keyring>`: Use the OS secure store as backend to securely store your key. To manage them, you can find more information [here](docs/commands/beaker_key.md)
238238

239239
* `--signer-mnemonic <signer-mnemonic>`: Specifies mnemonic as a tx signer
240240

@@ -278,7 +278,7 @@ Arguments:
278278

279279
* `--signer-account <signer-account>`: Specifies predefined account as a tx signer
280280

281-
* `--signer-keyring <signer-keyring>`: Specifies private_key as a tx signer (base64 encoded string)
281+
* `--signer-keyring <signer-keyring>`: Use the OS secure store as backend to securely store your key. To manage them, you can find more information [here](docs/commands/beaker_key.md)
282282

283283
* `--signer-mnemonic <signer-mnemonic>`: Specifies mnemonic as a tx signer
284284

@@ -318,7 +318,7 @@ Arguments:
318318

319319
* `--signer-account <signer-account>`: Specifies predefined account as a tx signer
320320

321-
* `--signer-keyring <signer-keyring>`: Specifies private_key as a tx signer (base64 encoded string)
321+
* `--signer-keyring <signer-keyring>`: Use the OS secure store as backend to securely store your key. To manage them, you can find more information [here](docs/commands/beaker_key.md)
322322

323323
* `--signer-mnemonic <signer-mnemonic>`: Specifies mnemonic as a tx signer
324324

@@ -336,4 +336,74 @@ Arguments:
336336

337337
* `--help`: Print help information
338338

339-
* `--version`: Print version information
339+
* `--version`: Print version information
340+
341+
---
342+
343+
### `beaker wasm execute`
344+
345+
Execute contract messages
346+
347+
Arguments:
348+
349+
* `--help`: Print help information
350+
351+
* `--version`: Print version information
352+
353+
* ` <contract-name>`
354+
355+
* `-l/--label <label>` (default: `default`)
356+
357+
* `-r/--raw <raw>`
358+
359+
* `-f/--funds <funds>`
360+
361+
* `-n/--network <network>`: Name of the network to broadcast transaction to, the actual endpoint / chain-id are defined in config (default: `local`)
362+
363+
* `--gas <gas>`: Coin (amount and denom) you are willing to pay as gas eg. `1000uosmo`
364+
365+
* `--gas-limit <gas-limit>`: Limit to how much gas amount allowed to be consumed
366+
367+
* `--signer-account <signer-account>`: Specifies predefined account as a tx signer
368+
369+
* `--signer-keyring <signer-keyring>`: Use the OS secure store as backend to securely store your key. To manage them, you can find more information [here](docs/commands/beaker_key.md)
370+
371+
* `--signer-mnemonic <signer-mnemonic>`: Specifies mnemonic as a tx signer
372+
373+
* `--signer-private-key <signer-private-key>`: Specifies private_key as a tx signer (base64 encoded string)
374+
375+
* `-t/--timeout-height <timeout-height>`: Specifies a block timeout height to prevent the tx from being committed past a certain height (default: `0`)
376+
377+
---
378+
379+
### `beaker wasm query`
380+
381+
Query contract state
382+
383+
Arguments:
384+
385+
* `--help`: Print help information
386+
387+
* `--version`: Print version information
388+
389+
* ` <contract-name>`
390+
391+
* `-l/--label <label>` (default: `default`)
392+
393+
* `-r/--raw <raw>`
394+
395+
* `-n/--network <network>`: Name of the network to broadcast transaction to, the actual endpoint / chain-id are defined in config (default: `local`)
396+
397+
* `--gas <gas>`: Coin (amount and denom) you are willing to pay as gas eg. `1000uosmo`
398+
399+
* `--gas-limit <gas-limit>`: Limit to how much gas amount allowed to be consumed
400+
401+
* `--signer-account <signer-account>`: Specifies predefined account as a tx signer
402+
403+
* `--signer-keyring <signer-keyring>`: Use the OS secure store as backend to securely store your key. To manage them, you can find more information [here](docs/commands/beaker_key.md)
404+
405+
* `--signer-mnemonic <signer-mnemonic>`: Specifies mnemonic as a tx signer
406+
407+
* `--signer-private-key <signer-private-key>`: Specifies private_key as a tx signer (base64 encoded string)
408+
409+
* `-t/--timeout-height <timeout-height>`: Specifies a block timeout height to prevent the tx from being committed past a certain height (default: `0`)

docs/commands/beaker_wasm_proposal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Arguments:
4444

4545
* `--signer-account <signer-account>`: Specifies predefined account as a tx signer
4646

47-
* `--signer-keyring <signer-keyring>`: Specifies private_key as a tx signer (base64 encoded string)
47+
* `--signer-keyring <signer-keyring>`: Use the OS secure store as backend to securely store your key. To manage them, you can find more information [here](docs/commands/beaker_key.md)
4848

4949
* `--signer-mnemonic <signer-mnemonic>`: Specifies mnemonic as a tx signer
5050

@@ -76,7 +76,7 @@ Arguments:
7676

7777
* `--signer-account <signer-account>`: Specifies predefined account as a tx signer
7878

79-
* `--signer-keyring <signer-keyring>`: Specifies private_key as a tx signer (base64 encoded string)
79+
* `--signer-keyring <signer-keyring>`: Use the OS secure store as backend to securely store your key. To manage them, you can find more information [here](docs/commands/beaker_key.md)
8080

8181
* `--signer-mnemonic <signer-mnemonic>`: Specifies mnemonic as a tx signer
8282

packages/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description = "CosmWasm development tooling"
33
edition = "2021"
44
license = "MIT OR Apache-2.0"
55
name = "beaker"
6-
version = "0.0.7"
6+
version = "0.0.8"
77

88
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
99

0 commit comments

Comments
 (0)