PowerShell / SecretManagement

PowerShell module to consistent usage of secrets through different extension vaults
MIT License
328 stars 46 forks source link

`Unregister-SecretVault -Name` should be of type `string[]` instead of `string` #58

Closed daxian-dbw closed 3 years ago

daxian-dbw commented 3 years ago

Unregister-SecretVault should allow removing multiple vaults at once.

issue-label-bot[bot] commented 3 years ago

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.75. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

SydneyhSmith commented 3 years ago

@daxian-dbw I am curious what the use case would be for unregistering multiple vaults at a time...what were you hitting when you wanted this feature?

daxian-dbw commented 3 years ago

I was playing the module and registered multiple vaults using Register-SecretVault, and then I'm done trying things and try to remove all. Then I found I had to remove one at a time.

PaulHigin commented 3 years ago

Implemented in preview6.