Utilities useful for DevOps.
Currently: only Vault
uv tool install opstuff or pip install opstuff
This would install the library and the opst command-line tool.
This command allows you to store secrets separately from your code, in a so-called "Vault" file, and set environment variables you select, to these secrets, for use in your code.
opst vault status # show config
opst vault setup # materialize secrets (alias: set)
opst vault manual # full documentation
opst vault --help for more details.
MIT — see LICENSE.