Skip to content

0.3.2 - 2026-05-27

Choose a tag to compare

@github-actions github-actions released this 27 May 03:37
bfabb45

Release Notes

🐛 Bug Fixes

  • (datasets) Add missing -o/--output flag to datasets create; move success banner to stderr so -o json stdout is jq-parseable (#110)
  • (sandbox) Move "Sandbox created" and "Sandbox updated" banners to stderr for clean -o json output (#110)
  • (sandbox) Fix missing trailing newline in sandbox read output (#110)
  • (sandbox) Add sandbox delete <id> subcommand; clears the active session automatically when the deleted sandbox was the active one (#110)
  • (workspaces) Fix incorrect lock check in workspaces set — was checking HOTDATA_WORKSPACE (always set in sandbox runs), now correctly checks HOTDATA_SANDBOX (#110)
  • (context) Surface a friendly hint when context push is blocked inside an active sandbox, pointing users to hotdata sandbox set (no args) to clear it (#110)

Install hotdata-cli 0.3.2

Install prebuilt binaries via shell script

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

Install prebuilt binaries via Homebrew

brew install cli

Download hotdata-cli 0.3.2

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