Skip to main content
Version: 2.0.0

tdk fn patches

List patch versions of a function (latest first).

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