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
This is a continuation of Polykey-CLI#247. In that issue, the secrets delete|del command was replaced by secrets rm command. The new command can remove multiple secrets from multiple vaults. If recursive option is passed, it can also remove directories along with their contents.
The secrets rm command currently only removes files and directories from the vault fs. It also needs to implement support for doing the same on the user's filesystem too, making its usage and operation seamless.
Specification
This is a continuation of Polykey-CLI#247. In that issue, the
secrets delete|del
command was replaced bysecrets rm
command. The new command can remove multiple secrets from multiple vaults. If recursive option is passed, it can also remove directories along with their contents.The
secrets rm
command currently only removes files and directories from the vault fs. It also needs to implement support for doing the same on the user's filesystem too, making its usage and operation seamless.Additional context
Tasks
secrets rm
to remove system files and directories along with vault files and directoriesThe text was updated successfully, but these errors were encountered: