Skip to main content
Version: 2.0.0

tdk fn trigger

Trigger a function

tdk fn trigger \
--proj quickstart \
--name read_world \
--coll sales_data \
--plan-name my_plan* \
--detach
FlagTypeRequiredDescription
--proj, -PstringOptionalProject to target; overrides the pinned project. Prompted for when a command needs one and neither is set.
--name, -nstringRequiredName of the function to be triggered.
--coll, -cstringOptionalName of the collection to which the function belongs.
--plan-namestringOptionalName to be given to the plan that will be generated by the trigger.
--detach, -dflagOptionalDo not monitor the status of the plan.