Skip to content

Releases: chunkdb/chunk-cli

v0.1.0-alpha

13 Mar 05:30

Choose a tag to compare

v0.1.0-alpha Pre-release
Pre-release

First public alpha of chunk-cli, the standalone Go CLI for interacting with chunkdb.

Included in this alpha

  • Core commands: ping, info, auth, get, set, chunk, chunkbin
  • Connection URI support for both chunk:// (TCP) and chunks:// (TLS)
  • Token auth through URI or --token, with automatic AUTH for non-auth commands
  • Improved CLI UX:
    • command/argument validation before connect
    • clearer command-context error messages
    • consistent text output behavior
    • set bit-string validation (0/1)
  • Test coverage improvements:
    • CLI flag and command validation tests
    • protocol response tests
    • dial/command tests for both plain and TLS paths
  • Public CI workflow on Ubuntu and macOS:
    • gofmt check
    • go vet
    • go test ./...
    • go build ./...

Scope and status

This is a practical engineering alpha focused on reliable day-to-day terminal interaction with chunkdb.

No SDK or broad feature expansion is included in this release.