Crates.io | keepass-to-env |
lib.rs | keepass-to-env |
version | 0.3.3 |
source | src |
created_at | 2023-10-22 11:35:16.878768 |
updated_at | 2024-07-26 09:45:11.153884 |
description | A simple tool to convert Keepass database to environment variable |
homepage | |
repository | https://github.com/Syndim/keepass-to-env |
max_upload_size | |
id | 1010520 |
size | 31,467 |
A simple utility to convert Keepass database to a dotenv file or to a child shell process
Managing environment in .env
file is not easy. It may contain credentials so you don't want store it in plain file. On the other hand, the Keepass database is a perfect place to store such information. This simple tool helps you generate the .env
file or setting environment variables to a child shell from a Keepass database.
cargo install keepass-to-env
kte --kdbx <path/to/kdbx/file> [--root <abc/def>] [--password <your/secret/password>] [--output <path/to/dot/env>]