MatrixAI / Polykey-CLI

Polykey CLI - Open Source Decentralized Secret Sharing System for Zero Trust Workflows
https://polykey.com
GNU General Public License v3.0
6 stars 3 forks source link

Implement local file system support for `secrets rm` #291

Open aryanjassal opened 6 days ago

aryanjassal commented 6 days ago

Specification

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.

Additional context

Tasks

  1. Allow secrets rm to remove system files and directories along with vault files and directories
linear[bot] commented 6 days ago

ENG-414 Implement local file system support for `secrets rm`