Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement local file system support for secrets rm #291

Open
aryanjassal opened this issue Sep 27, 2024 · 1 comment
Open

Implement local file system support for secrets rm #291

aryanjassal opened this issue Sep 27, 2024 · 1 comment
Assignees
Labels
development Standard development

Comments

@aryanjassal
Copy link
Member

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
@aryanjassal aryanjassal added the development Standard development label Sep 27, 2024
@aryanjassal aryanjassal self-assigned this Sep 27, 2024
Copy link

linear bot commented Sep 27, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development Standard development
Development

No branches or pull requests

1 participant