Hacker News new | ask | show | jobs
by fishi0x01 2453 days ago
You are right, it is nothing fancy indeed.

The "-c" is mainly intended for automation if needed.

Main motivation behind this project is that I am currently working with rather large secret trees and will have to move them around for upcoming refactors. I could also write scripts for that with the vault client of course .. but it felt to me easier and more flexible on the long-run to have a shell-like approach to work with. In my case, the refactor will include a shift from KV1 to KV2, which is also covered by that tool.

Further, I saw this as an opportunity to do some coding :)