Skip to content

Instantly share code, notes, and snippets.

@detj
Last active February 11, 2026 14:49
Show Gist options
  • Select an option

  • Save detj/41a1dbc1263a222cecf6a34d2862470e to your computer and use it in GitHub Desktop.

Select an option

Save detj/41a1dbc1263a222cecf6a34d2862470e to your computer and use it in GitHub Desktop.
download clickhouse-client using dra
# To figure out the tag use:
#
# - change the version 25.10 to whatever
# - match the tag in the --install-file option
# - no dra? get here: https://github.com/devmatteini/dra
#
# gh release list --repo ClickHouse/ClickHouse --limit 10000 | rg 25\.10
dra download \
--install-file clickhouse-client-25.10.6.36/usr/bin/clickhouse-client ClickHouse/ClickHouse \
--tag v25.10.6.36-stable \
--automatic \
--output /tmp/clickhouse-client
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment