Holocron
Holocron is a pluggable CLI that orchestrates infrastructure and repository operations through a capability system. Each capability (source control, secrets, deployments, etc.) is fulfilled by a plugin — configure which providers you use once in holocron.config.ts, then drive your entire project lifecycle through a single tool.
Packages
| Package | Description |
|---|---|
@theholocron/cli |
The CLI itself — install globally or via pnpm exec |
@theholocron/holocron-plugin-github |
source, ci, secrets, environments, issues |
@theholocron/holocron-plugin-vercel |
deployment |
@theholocron/holocron-plugin-1password |
vault |
@theholocron/holocron-plugin-doppler |
vault |
@theholocron/holocron-plugin-infisical |
vault |
@theholocron/holocron-plugin-clerk |
auth |
@theholocron/holocron-plugin-neon |
storage |
@theholocron/holocron-plugin-postman |
tooling |
Install
npm i -g @theholocron/cli# or per-project:pnpm add -D @theholocron/cliQuick example
# Authenticate onceholocron auth set github.admin ghp_xxxholocron auth set github.read ghp_yyy
# Apply full repo setupholocron setup
# Sync repo metadata to GitHubholocron sync
# Check all providers are reachableholocron doctorSee Getting Started for the full walkthrough.