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
First off, nice tool! I was specifically looking for an easy way to search a Vault and grep fits the bill nicely. It would be nice to have a way to change strings recursively in Vault as well ala an in-place "sed". Flags could be used to apply only for keys, values or both. It'd make configuration changes very easy across multiple paths (which in our usage maps to different services).
Supporting regex on it (and grep for that matter) would be a big bonus.
The text was updated successfully, but these errors were encountered:
Ah, I took your comment to mean "not very soon" so I started down this road. I'll put up my pull for adding regexp and quotes and you can see if you like it. #61
First off, nice tool! I was specifically looking for an easy way to search a Vault and grep fits the bill nicely. It would be nice to have a way to change strings recursively in Vault as well ala an in-place "
sed
". Flags could be used to apply only for keys, values or both. It'd make configuration changes very easy across multiple paths (which in our usage maps to different services).Supporting regex on it (and grep for that matter) would be a big bonus.
The text was updated successfully, but these errors were encountered: