Release Notes
Added
unpublish Command: Implemented the kley unpublish command with a --push flag to remove packages from the local store and optionally from all consumer projects.
update Command: Implemented the kley update [package...] command to sync installed packages with the latest versions from the local store. It can update all packages or specific ones.
--push flag for publish: The publish command now accepts a --push flag to automatically update all consumer projects with the new version.
Install kley 0.4.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/sumbad/kley/releases/download/v0.4.0/kley-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/sumbad/kley/releases/download/v0.4.0/kley-installer.ps1 | iex"
Install prebuilt binaries into your npm project
npm install kley-cli@0.4.0
Download kley 0.4.0