Skip to main content
Version: 2.0.0

tdk table versions

List all versions of the data of a table.

tdk table versions \
--proj quickstart \
--coll sales_data \
--name country \
--format table \
--max-result 100
FlagTypeRequiredDescription
--proj, -PstringOptionalProject to target; overrides the pinned project. Prompted for when a command needs one and neither is set.
--coll, -cstringOptionalName of the collection to which the data belongs.
--namestringRequiredThe name of the table to which the data belongs.
-o, --formattable | json | yamlOptionalOutput format. Defaults to table.
--max-resultstringOptionalMaximum number of rows to list. Use 0 for no limit. Defaults to 100.