PowerShell / SecretManagement

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

when gathering the secret for set-secret we could tell the user the name of the secret #53

Closed JamesWTruher closed 3 years ago

JamesWTruher commented 3 years ago
PS> set-secret -name testsecret 

cmdlet Set-Secret at command pipeline position 1
Supply values for the following parameters:
SecureStringSecret: 

It might be nice to tell the user "provide the secret for 'testsecret" as the prompt

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.94. 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

Thanks @JamesWTruher that message comes from PowerShell, and does not have a hook for us to use so we will need to move this issue to the PowerShell/PowerShell repo

PaulHigin commented 3 years ago

Closing as won't fix, since it is a PowerShell parameter binding feature.