Skip to content

hpass 0.1.0

Choose a tag to compare

@github-actions github-actions released this 31 Aug 18:11
· 41 commits to main since this release

Native AOT 单文件二进制(macOS arm64/x64、Linux x64/arm64、Windows x64/arm64)。

安装

  1. 下载对应平台压缩包,校验:shasum -a 256 --check SHA256SUMS --ignore-missing
  2. 解压后放入 PATH(如 /usr/local/bin)
  3. AI 部署 runbook:docs/ai-deploy-guide.md;AI Skill 安装:skills/hpass/install.sh

快速上手

hpass init → hpass set db -t database -u root -T prod → hpass exec -- mysql -u {{db.user}} -p{{db}} …
(密码只在加密库与子进程间流动,永不进入 AI 对话上下文)

Full Changelog: https://github.com/harry7988/hpass/commits/0.1.0