Skip to main content
Version: 2.0.0

tdk fn enable

Enables a function

Enabling an already-enabled function does nothing.

tdk fn enable \
--proj quickstart \
--name read_world \
--coll sales_data
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 enable.
--coll, -cstringOptionalName of the collection to which the function belongs.