new feat: shared secrets #4
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For the pass_mgr binary, create a folder
.publicunderpc-pass-storeright afterpc-pass-storeis created.The new secret fetch/store commands support the
--publicflag to include keys stored in.public.pass_mgr list --publicshould list results as belowWith the
--publicflag,pass_mgr {get_username | get_secret | set | unset | generate} <key>will only search for<key>.gpgin.public, excluding the private scope.Current behavior should be kept if
--publicis not present.