Secli is a simple CLI written in rust that lets you store secrets locally and retrieve them as needed. They are meant for applications like - secretoperation --token=$(secli get token)
As a part of learning rust, I made secli, a simple CLI tool to store secrets and tokens locally and retrieve them as needed (it can also be retrieved inside of commands!)
The secrets don't leave your computer and always stay in a sqlite database (of course, you can delete them)
For more information and docs, see the readme - https://github.com/AnishDe12020/...
Installation -
cargo install secli
Intended usage (to be used in a similar fashion) -
secretoperation --token=$(secli get token)
Secli