Release Notes
Added
- Global Package Registry: Implemented a new global registry (
~/.kley/registry.json) to track metadata and installation locations for all published packages. This is a foundational feature for upcoming automation commands.
Changed
- The
publish, add, and remove commands have been updated to interact with the new Global Package Registry.
Install kley 0.3.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/sumbad/kley/releases/download/v0.3.0/kley-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/sumbad/kley/releases/download/v0.3.0/kley-installer.ps1 | iex"
Install prebuilt binaries into your npm project
npm install kley-cli@0.3.0
Download kley 0.3.0