Skip to main content
Version: 2.0.0

tdk fn get

Display a function

tdk fn get \
--proj quickstart \
--format table \
--name read_world \
--coll sales_data \
--show-history
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 to be displayed.
--coll, -cstringOptionalName of the collection to which the function belongs.
--show-historyflagOptionalShow the history of the function, newest first.