This directory contains CLI scripts written in the React Ink framework in order to help the Codebloom process.
Last updated: 02/15/2026
This directory currently contains two scripts:
git-crypt/add-user: A CLI script that can be used to add a user's public key to the repository.git-cryptin order to access certain secrets.git-crypt/generate-key: A CLI script that can be used to generate a GPG key and guide the user on how to upload it to GitHub
- pnpm
It is STRONGLY recommended that you follow the setup directions for
pnpminside of docs/setup/README.md
-
Run
pnpm ito install all dependencies -
Check
package.jsonto see which script you would like to run.- For example, to automatically compile & run the
add-userscript, simple run:
pnpm run git-crypt-add-user
- For example, to automatically compile & run the