Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.01 KB

File metadata and controls

27 lines (17 loc) · 1.01 KB

Codebloom Scripts

This directory contains CLI scripts written in the React Ink framework in order to help the Codebloom process.

Structure

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-crypt in 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

Requirements

Run

  1. Run pnpm i to install all dependencies

  2. Check package.json to see which script you would like to run.

    • For example, to automatically compile & run the add-user script, simple run:
    pnpm run git-crypt-add-user