The documentation for the keys-only option for cbt read says:
keys-only=<true|false> Whether to print only row keys
However this isn't what it does. It prints all the columns, too. Really this option should be named strip-values, to mirror what the underlying BT API request does.
The documentation for the
keys-onlyoption forcbt readsays:However this isn't what it does. It prints all the columns, too. Really this option should be named
strip-values, to mirror what the underlying BT API request does.