Additional bonus: adding the ability to have multiple arguments means we can specify address
, pubkey
, and authorization_address
for something like `icepick workflow sol generate-nonce-account…
--input-file
keyfork mnemonic generate --encrypt-to-self
to name the encrypted file, automagically default name certificate based on fp
I assume this actually means having the default certificate name for --encrypt-to-self
to be the fingerprint instead of whatever it currently is. Currently, the certificate is the default…
Closed by #73. --provision openpgp-card,count=$count
covers this, and will actually work when #73 is resolved.
keyfork mnemonic generate --encrypt-to-self
to name the encrypted file, automagically default name certificate based on fp
This is automatic when doing --encrypt-to-self
. We can have --provision
have a mandatory output option for public keys that implies encrypt-to-self.
This removes the ability to enter PINs or other input. There's a reason this functionality accesses the raw terminal when standard input is blocked, and we only default to headless when stderr is…
Workflows replace the short and long addresses by having everything be long addresses. Options are marked as required by their description.
Icepick Workflow is now pretty well implemented.
The difficult part of this is making Icepick modules not be aware of the context in which they're run, but... icepick-internal
already assumes it's running on a machine that has the ability to…