You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ok after further testing I guess the idea is to use only -signer-keyring test which will default to the os keyring with is managed via the beaker beaker key command.
I think this is a bit different from what most people are used to where they usually can specify the account name and the keyring-backend.
How can can you for example specify the account name and on the os keyring?
Thank you for any clarifications, ideally we follow something similar to:
I do agree that the --signer-x interface could be improve, will relook at the overall of signer semantics.
Specifically for this case, keyring crate only support os backend, which can be referenced via --signer-keyring. For --signer-account is similar to test backend. For other backends, I don't see a clear use case so I'm not implementing it, unless you have different opinion.
I'm trying to specify the
signer-keyring
in this casetest
with no luck.Output:
My logic is I'm trying to use an account called
test
on mytest
keyring-backend
?I also fixed some descriptions via #82
The text was updated successfully, but these errors were encountered: