Skip to content

52pojie01/dotenv-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

dotenv-helper

一个简单的 .env 文件管理小工具,支持加密存储敏感变量。

功能

  • get <key> — 获取环境变量
  • set <key> <value> — 设置环境变量
  • list — 列出所有变量(隐藏 value)
  • encrypt — 加密存储
  • decrypt — 解密

用法

python3 dotenv.py set DB_PASSWORD "mypassword"
python3 dotenv.py get DB_PASSWORD
python3 dotenv.py list
python3 dotenv.py encrypt

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages