Examples (6)
Print count of rows in a specific table in the current project
cbt count "table_name"Display a single row from a specific table with only 1 (most recent) cell revision per column in the current project
cbt lookup "table_name" "row_key" cells-per-column=1Display a single row with only specific column(s) (omit qualifier to return entire family) in the current project
cbt lookup "table_name" "row_key" columns="family1:qualifier1,family2:qualifier2,..."Search up to 5 rows in the current project by a specific `regex` pattern and print them
made by @shridhargupta | data from tldr-pages