Skip to content

0.2.7 - 2026-05-20

Choose a tag to compare

@github-actions github-actions released this 20 May 01:23
7e12e75

Release Notes

🚀 Features

  • (indexes) Dot-bracket notation for indexes create: airbnb.listings[col1,col2] replaces --connection-id/--schema/--table/--columns (#92)
  • (databases) Add databases load <db.table> shorthand replacing databases tables load (#92)
  • (indexes) Make --name optional on indexes create; auto-derived from table, columns, and type (#92)

🐛 Bug Fixes

  • (databases) Remove load: hint from databases create success output (#92)

Install hotdata-cli 0.2.7

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/hotdata-dev/hotdata-cli/releases/download/v0.2.7/hotdata-cli-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install cli

Download hotdata-cli 0.2.7

File Platform Checksum
hotdata-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
hotdata-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
hotdata-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
hotdata-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum