Release Notes
Fixed
- Windows link command:
kley link no longer fails with "Access denied" (os error 5) on Windows. Falls back to junction points (mklink /J) when directory symlinks are not available due to missing Developer Mode or admin privileges.
Install kley 0.7.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/sumbad/kley/releases/download/v0.7.1/kley-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/sumbad/kley/releases/download/v0.7.1/kley-installer.ps1 | iex"
Install prebuilt binaries into your npm project
npm install kley-cli@0.7.1
Download kley 0.7.1