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
* add --force to keys delete for unattended execution
Skip password check when --force is on and delete
keys unconditionally.
Closes: #2961
* Forcibly cleanup keys on fixtures initialization
* add --force to keys delete for unattended execution
Skip password check when --force is on and delete
keys unconditionally.
Closes: #2961
* Forcibly cleanup keys on fixtures initialization
Forked from #2923
Description:
As a
gaiacli
userI want to forcibly remove a key from the store
So that I can delete key to which I forgot the passphrase
Acceptance criteria
Given a key name
When I run
gaiacli keys --force <key>
Then the key is removed from the local store and I'm not prompted to input the password.
For Admin Use
The text was updated successfully, but these errors were encountered: