fishi0x01/vsh

Feature request: sed

Closed this issue · 3 comments

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.

I like the idea 👍

Not sure yet when I will have time to work on it, but it is definitely on the backlog.

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

Closing this now, as #69 is merged. Thanks again @mattlqx 🙇