googleapis / googleapis/cloud-bigtable-cbt-cli
the read option 'keys-only' is misnamed
Open
priority: p2
type: bug
- Dominant language
- Go
- Stars
- 15
- Forks
- 42
- PR merge metrics
- No merged PRs in 30d
Description
The documentation for the `keys-only` option for `cbt read` says:
```
keys-only= 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.
Contributor guide
Assessment
This issue has not been assessed yet.