Release notes

dlake v0.5.11

Please upgradeNewSkillsDocs

npm install -g @commercient/dlake
dlake skills install
Download binaries for v0.5.11 (5 platforms + checksums)
PlatformAssetSize
Linux arm64dlake-linux-arm6434.9 MB
Linux x64dlake-linux-x6436.6 MB
macOS Apple Silicondlake-osx-arm6434.4 MB
macOS Inteldlake-osx-x6436.3 MB
Windows x64dlake-win-x64.exe35.0 MB
ChecksumsSHA256SUMS412 B

Please upgrade if you use dlake register — sign-up now requires consent flags.

  • Changed: dlake register start requires three affirmation flags. Registration now asks for the same three statements as the sign-up website, and the server refuses to create an account without them. The backup flags confirm that you have made your own backups of your CRM and ERP data (they do not ask Commercient to make any backup). Pass each flag to affirm its statement:

    --consent-crm-backup    I confirm I have made my own backup of my CRM data
    --consent-erp-backup    I confirm I have made my own backup of my ERP data
    --consent-phone         I consent to being contacted by phone

    Older CLI versions cannot complete register start any more — upgrade: npm install -g @commercient/dlake. There is also a new optional --document-sync flag for File-Sync-only accounts.

  • New: dlake registration oauth — connect an OAuth CRM in one command. It opens your browser at the provider’s authorization page, catches the redirect on this machine, and completes the exchange automatically — no more copying code and state out of the address bar. --no-browser keeps the manual flow if you prefer it, and the command falls back to it by itself when a browser can’t be opened.

  • New: dlake registration action — the provider-specific setup steps. Salesforce’s managed-package install links and Monday’s workspace picker (SalesforceSetup, MondayListWorkspaces, MondayPickWorkspace) are now reachable from the CLI; previously these steps could not be completed outside the portal.

  • The bundled guides and the integration-setup skill are updated to match.