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
For the use-case where there's a specific secret that I need (for example, I just want to get the API key for the user service) a --name NAME option would be useful.
This would be in addition to namespace and stage.
Potentially this could be extended to support patterns. If for example I wanted to see all AWS-related secrets for a project, I'd use --name 'aws*', or for all Salesforce secrets I could do --name 'salesforce*'.
The text was updated successfully, but these errors were encountered:
For the use-case where there's a specific secret that I need (for example, I just want to get the API key for the user service) a
--name NAME
option would be useful.This would be in addition to namespace and stage.
Potentially this could be extended to support patterns. If for example I wanted to see all AWS-related secrets for a project, I'd use
--name 'aws*'
, or for all Salesforce secrets I could do--name 'salesforce*'
.The text was updated successfully, but these errors were encountered: