tdk cron enable
Enable a cron-triggered function
'tdk fn enable' restricted to functions that have a cron trigger; enabling an already-enabled one does nothing.
tdk cron enable \
--proj quickstart \
--name sales_data \
--coll sales_data
| 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 | Optional | Name of the cron-triggered function to enable. |
--coll, -c | string | Optional | Name of the collection to which the function belongs. |