osmosis-labs / beaker

Beaker helps streamlining CosmWasm development workflow.
Apache License 2.0
106 stars 30 forks source link

Update signer-keyring's description. #82

Closed daniel-farina closed 2 years ago

daniel-farina commented 2 years ago

Update description for --signer-keyring

from: Specifies private_key as a tx signer (base64 encoded string)

to: Use the OS secure store as backend to securely store your key. To manage them, you can find more information here.

iboss-ptk commented 2 years ago

it's a generated one, gotta change this line https://github.com/osmosis-labs/beaker/blob/1c491738461713cfe25b35eccc6d54ad56785397/packages/cli/src/support/signer.rs#L21

and run

cargo run -p gen_docs

or else, replacing this line for consistency would just be enough

daniel-farina commented 2 years ago

Abandoning and created https://github.com/osmosis-labs/beaker/pull/87 instead.