Skip to content

0.8.0 - 2026-05-04

Choose a tag to compare

@github-actions github-actions released this 04 May 12:37

Release Notes

Changed

  • install/add/update commands: Now strip devDependencies from a library's package.json when it is copied into a project's .kley/ directory. This prevents the consumer from installing the library's development dependencies, reducing node_modules bloat and speeding up installation.

Fixed

  • publish --push deletes package dependencies: Fixed a bug where kley publish --push would delete .kley/<pkg>/node_modules/ in consumer projects. Now copy_from_registry clears the directory contents while preserving node_modules/, then copies updated files on top.

Install kley 0.8.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/sumbad/kley/releases/download/v0.8.0/kley-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/sumbad/kley/releases/download/v0.8.0/kley-installer.ps1 | iex"

Install prebuilt binaries into your npm project

npm install kley-cli@0.8.0

Download kley 0.8.0

File Platform Checksum
kley-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
kley-x86_64-apple-darwin.tar.xz Intel macOS checksum
kley-x86_64-pc-windows-msvc.zip x64 Windows checksum
kley-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
kley-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum