Skip to main content
Version: 2.0.0

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
FlagTypeRequiredDescription
--proj, -PstringOptionalProject to target; overrides the pinned project. Prompted for when a command needs one and neither is set.
--name, -nstringOptionalName of the cron-triggered function to enable.
--coll, -cstringOptionalName of the collection to which the function belongs.