Release notes

dlake v0.5.20

NewSkillsFixesDocs

npm install -g @commercient/dlake
dlake skills install
Download binaries for v0.5.20 (5 platforms + checksums)
PlatformAssetSize
Linux arm64dlake-linux-arm6434.9 MB
Linux x64dlake-linux-x6436.6 MB
macOS Apple Silicondlake-osx-arm6434.5 MB
macOS Inteldlake-osx-x6436.3 MB
Windows x64dlake-win-x64.exe35.0 MB
ChecksumsSHA256SUMS412 B
  • New: --generate-password on dlake register start. The CLI can now mint the portal password for you: a strong 20-character password that meets the portal’s password policy, printed once so you can save it. Recommended for headless and scripted registrations — the password never touches argv or shell history.
  • Password checking moved up front. register start now validates the password before submitting and, if it refuses, names exactly which characters or rules to fix. The portal password is 8–32 characters: letters, digits and ! # $ % & * ? @ _ only, with at least one uppercase, one lowercase, one digit and one of those specials.
  • The Help guide, CLI reference and the registration agent skill were updated to match, including the headless registration recipe. Upgrade: npm install -g @commercient/dlake (or npm install -g datalake).