Skip to content

v0.4.14

Choose a tag to compare

@github-actions github-actions released this 12 Jan 13:17

What's New

npm Publishing Support

  • Added npm token authentication under new publish category
  • cv auth setup publish/npm - Configure npm registry token
  • cv auth test npm - Validate npm credentials
  • Auto-migration from NPM_TOKEN and NPM_AUTH_TOKEN environment 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-git

Quick Install:

curl -fsSL https://raw.githubusercontent.com/controlVector/cv-git/main/install.sh | bash

Debian/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 -f

After Installation

cv doctor    # Check system status
cv init      # Initialize a repository
cv sync      # Build knowledge graph

Cross-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

Full Changelog

v0.4.13...v0.4.14