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
The keys add subcommand only accepts a --mnemonic-file argument. This is annoying during development or when making test setups, because it means managing files. It would be more convenient to accept a mnemonic on the command line or via stdin.
Acceptance Criteria
Hermes could add a flag like hermes keys add --mnemonic "SEED PHRASE" to accept a mnemonic on the command line.
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate milestone (priority) applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
I'd rather not give users a way to leak their seed phrase (eg. in their shell history or elsewhere) by letting them specify it on the command line, if that makes sense?
You can actually pass the mnemonic via stdin by specifying --mnemonic-file /dev/stdin, eg.
Summary / Proposal
The
keys add
subcommand only accepts a--mnemonic-file
argument. This is annoying during development or when making test setups, because it means managing files. It would be more convenient to accept a mnemonic on the command line or via stdin.Acceptance Criteria
Hermes could add a flag like
hermes keys add --mnemonic "SEED PHRASE"
to accept a mnemonic on the command line.For Admin Use
The text was updated successfully, but these errors were encountered: