beaker 0.1.8

CosmWasm swiss-army knife configured for Osmosis by default, but trivial to make it work for other CosmWasm enabled chain.
Documentation
# `beaker key`

Managing key backed by system's secret store

## Subcommands

---

### `beaker key set`

Create new key or update existing key

Arguments:

* `<NAME>` Name of the key to create or update

* `<MNEMONIC>` Mnemonic string to store as an entry

* `-y / --yes <YES>`: Agree to all prompts

---

### `beaker key delete`

Delete existing key

Arguments:

* `<NAME>` Name of the key to create or update

* `-y / --yes <YES>`: Agree to all prompts

---

### `beaker key address`

Get address from keyring's stored key

Arguments:

* `<NAME>` Name of the key to create or update

---

### `beaker key generate`

Generate new mnemonic

Arguments:

* `<NAME>` Name of the key to create or update

* `--show <SHOW>`: Show mnemonic in the console if set, keep it secret otherwise

* `-y / --yes <YES>`: Agree to all prompts