You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-creds e.g. ~/.config/gcloud/application_default_credentials.json
Subcommand and options
ls
List tables
ls List tables
count
Count rows in a table
count <table>
lookup
Read from a single row
lookup <table> <row> [family=<column_family>] [version=<n>]
version Read only latest <n> columns
decode Decode big-endian value
decode-columns Decode big-endian value with columns. <column_name:<string|int|float>[,<column_name:...>]
read
Read rows
read <table> [start=<row>] [end=<row>] [prefix=<prefix>] [family=<column_family>] [version=<n>]
start Start reading at this row
end Stop reading before this row
prefix Read rows with this prefix
value Read rows with has value
family Read only columns family with <columns_family>
version Read only latest <n> columns
from Read cells whose version is newer than or equal to this unixtime
to Read cells whose version is older than this unixtime
decode Decode big-endian value
decode-columns Decode big-endian value with columns. <column_name:<string|int|float>[,<column_name:...>]
Environments
Env
Detail
BTCLI_DECODE_TYPE
set the default decoding type. values: string, int, float
Support commands
Read commands
ls
count
lookup
version
decode
decode-columns
read
start
end
prefix
value
family
version
from
to
decode
decode-columns
Write commands
createfamily
createtable
deletecolumn
deletefamily
deleterow
deletetable
set
setgcpolicy
Others
help
About
btcli is a CLI client for the Bigtable. Has many read options and auto-completion.