v0.4.14
What's New
npm Publishing Support
- Added npm token authentication under new
publishcategory cv auth setup publish/npm- Configure npm registry tokencv auth test npm- Validate npm credentials- Auto-migration from
NPM_TOKENandNPM_AUTH_TOKENenvironment variables - Supports granular, automation, and publish token types
Bug Fixes
- Fixed npm settings URL that was returning 404 (npmjs.com doesn't support
~shortcut)
Installation
npm (recommended):
npm install -g @controlvector/cv-gitQuick Install:
curl -fsSL https://raw.githubusercontent.com/controlVector/cv-git/main/install.sh | bashDebian/Ubuntu:
wget https://github.com/controlVector/cv-git/releases/download/v0.4.14/cv-git_v0.4.14_amd64.deb
sudo dpkg -i cv-git_*.deb
sudo apt-get install -fAfter Installation
cv doctor # Check system status
cv init # Initialize a repository
cv sync # Build knowledge graphCross-Platform Binaries
| Platform | Architecture | Download |
|---|---|---|
| Windows | x64 | cv-windows-x64.exe |
| macOS | Intel (x64) | cv-macos-x64 |
| macOS | Apple Silicon (arm64) | cv-macos-arm64 |
| Linux | x64 (.deb) | cv-git_*_amd64.deb |