search directory
Search Commands
Search tools, operations, flags, and command strings. Results are capped for Worker performance.
Cbt Commands
12 cbt entries
Limited to 100 results
cbt Operations
Cbt Command: Count Rows
cbt count "<table_name>" cbt Operations
Cbt Command: Count Rows In Table
cbt count "<table_name>" cbt Operations
Cbt Command: List Tables
cbt ls cbt Operations
Cbt Command: List Tables Current Project
cbt ls cbt Operations
Cbt Command: Lookup Row Latest Cell Revision
cbt lookup "<table_name>" "<row_key>" cells-per-column=<1> cbt Operations
Cbt Command: Lookup Row Specific Columns
cbt lookup "<table_name>" "<row_key>" columns="{family1:qualifier1,family2:qualifier2,...}" cbt Operations
Cbt Command: Lookup Single Row Recent Cell
cbt lookup "<table_name>" "<row_key>" cells-per-column=<1> cbt Operations
Cbt Command: Lookup Single Row Specific Columns
cbt lookup "<table_name>" "<row_key>" columns="{family1:qualifier1,family2:qualifier2,...}" cbt Archive
Cbt Command: Read Row Range Keys Only
cbt read <table_name> start=<start_row_key> end=<end_row_key> keys-only=true cbt Search
Cbt Command: Read Rows By Regex
cbt read "<table_name>" regex="<row_key_pattern>" count=<5> cbt Archive
Cbt Command: Read Rows In Range Keys Only
cbt read <table_name> start=<start_row_key> end=<end_row_key> keys-only=true cbt Search
Cbt Command: Read Rows With Regex Pattern
cbt read "<table_name>" regex="<row_key_pattern>" count=<5>