Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: sed #59

Closed
mattlqx opened this issue Jan 20, 2021 · 3 comments
Closed

Feature request: sed #59

mattlqx opened this issue Jan 20, 2021 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@mattlqx
Copy link
Collaborator

mattlqx commented Jan 20, 2021

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.

@fishi0x01
Copy link
Owner

I like the idea 👍

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

@fishi0x01 fishi0x01 added the enhancement New feature or request label Jan 22, 2021
@fishi0x01 fishi0x01 self-assigned this Jan 22, 2021
@mattlqx
Copy link
Collaborator Author

mattlqx commented Jan 24, 2021

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

@fishi0x01
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants