Release Notes
Fixed
- Windows link command: Fixed "Access denied" (os error 5) when removing an existing junction point in
node_modules during kley link. Junction points on Windows are directories, not files — now uses remove_dir as a fallback when remove_file fails.
- Invisible hint text on Windows: The secondary hint line in
kley publish output ("or kley add / kley link for other workflows") was invisible on Windows due to .dimmed() — replaced with .bright_black().
Changed
- Improved debug logging for link command: Added detailed debug/trace logs throughout the
link command flow (path resolution, symlink removal, junction creation) for easier troubleshooting on Windows.
Install kley 0.7.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/sumbad/kley/releases/download/v0.7.2/kley-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/sumbad/kley/releases/download/v0.7.2/kley-installer.ps1 | iex"
Install prebuilt binaries into your npm project
npm install kley-cli@0.7.2
Download kley 0.7.2