tdk fn trigger
Trigger a function
tdk fn trigger \
--proj quickstart \
--name read_world \
--coll sales_data \
--plan-name my_plan* \
--detach
| Flag | Type | Required | Description |
|---|---|---|---|
--proj, -P | string | Optional | Project to target; overrides the pinned project. Prompted for when a command needs one and neither is set. |
--name, -n | string | Required | Name of the function to be triggered. |
--coll, -c | string | Optional | Name of the collection to which the function belongs. |
--plan-name | string | Optional | Name to be given to the plan that will be generated by the trigger. |
--detach, -d | flag | Optional | Do not monitor the status of the plan. |