Releases: googleapis/cloud-bigtable-cbt-cli
Releases · googleapis/cloud-bigtable-cbt-cli
v.0.12.0: feat: adds keys-only filtering (#51)
- Added "pretty-print" formatting to
cbt lookup
andcbt read
commands.
Column encodings and types can be provided using a YAML file, which is
passed to the commands usingformat-file
argument. - Added "keys-only" filtering to
cbt lookup
andcbt read
commands by
providingkeys-only=true
argument.