Skip to content

feat(cli): add advanced CLI completion support and chdb-rust checkout script#51

Merged
austin-barrington merged 3 commits into
mainfrom
feat_advanced_cli
Jun 12, 2026
Merged

feat(cli): add advanced CLI completion support and chdb-rust checkout script#51
austin-barrington merged 3 commits into
mainfrom
feat_advanced_cli

Conversation

@austin-barrington

Copy link
Copy Markdown
Member
  • Added hyperbytedb-cli/src/repl/complete.rs implementing completion for meta-commands, SQL verbs, and settings in the CLI.
  • Updated output and repl modules to integrate with the new completion logic.
  • Introduced scripts/checkout-chdb-rust.sh for robust chdb-rust repo management during builds.
  • Made supporting updates to adapters, metadata ingestion, compatibility tests, and Dockerfile for enhanced developer experience and correctness.

… script

- Added `hyperbytedb-cli/src/repl/complete.rs` implementing completion for meta-commands, SQL verbs, and settings in the CLI.
- Updated output and repl modules to integrate with the new completion logic.
- Introduced `scripts/checkout-chdb-rust.sh` for robust chdb-rust repo management during builds.
- Made supporting updates to adapters, metadata ingestion, compatibility tests, and Dockerfile for enhanced developer experience and correctness.
@austin-barrington austin-barrington linked an issue Jun 12, 2026 that may be closed by this pull request
@austin-barrington austin-barrington merged commit 880a815 into main Jun 12, 2026
4 checks passed
@austin-barrington austin-barrington deleted the feat_advanced_cli branch June 13, 2026 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Advanced features in the CLI

1 participant