vre-cli
v1.1.0
Published
VRE.pro CLI — push git commits to your token's Progress tab
Downloads
210
Readme
vre-cli
Push git commit messages to your token's Progress tab on VRE.pro.
Install
npm install -g vre-cliSetup (one time)
1. Generate your API key Go to your token's Progress tab on VRE.pro → scroll to "Connect your CLI" → click "Generate API Key".
2. Link your repo
vre init \
--token <your-token-mint-address> \
--key <your-api-key>Commands
Push a commit
After a normal git commit, run:
vre pushReads the last commit message automatically and posts it to your Progress tab.
Push a custom message
vre push --message "Launched the ICO buyflow"Set project links
vre url --github https://github.com/myorg/mytoken
vre url --staging https://staging.myapp.com
vre url --docs https://docs.myapp.comURLs appear as clickable pills at the top of your Progress tab.
Auto-post on every commit (git hook)
vre hook installInstalls a post-commit hook — every git commit automatically posts to your Progress tab with no extra step.
vre hook uninstallRemoves the hook.
Install the Claude Code slash command
vre claude installInstalls a /vre-setup slash command into .claude/commands/vre-setup.md. Open Claude Code in your project and run /vre-setup — Claude will walk you through the full setup interactively.
Check current config
vre whoamiHow it works
vre push → reads git log -1 --pretty=%B + git rev-parse --short HEAD
→ POST /api/tokens/progress/push (Bearer API key)
→ ProgressUpdate saved to DB
→ appears in the Progress tab timeline on VRE.proLicense
MIT
