near/near-cli-rs

Delete several keys at once

frol opened this issue · 0 comments

frol commented

Currently, near account delete-key only allows the deletion of one key at a time, but when someone wants to clean up their account from keys, they usually want to delete many at once (if not all).

It would be great to allow a comma-separated list of public keys in CLI args and a checkbox list of access keys for the given account in interactive mode.

Given that when we ask for the access key, the user has not yet specified the network, let's query all the networks for the access keys for the given account id.