Release notes
dlake v0.5.20
npm install -g @commercient/dlakedlake skills installDownload binaries for v0.5.20 (5 platforms + checksums)
| Platform | Asset | Size |
|---|---|---|
| Linux arm64 | dlake-linux-arm64 | 34.9 MB |
| Linux x64 | dlake-linux-x64 | 36.6 MB |
| macOS Apple Silicon | dlake-osx-arm64 | 34.5 MB |
| macOS Intel | dlake-osx-x64 | 36.3 MB |
| Windows x64 | dlake-win-x64.exe | 35.0 MB |
| Checksums | SHA256SUMS | 412 B |
- New:
--generate-passwordondlake 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 startnow 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(ornpm install -g datalake).