Skip to main content
Version: 2.0.0

tdk stream enable

Enable a stream-publisher function

'tdk fn enable' restricted to stream publishers; enabling an already-enabled one does nothing.

tdk stream 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 stream-publisher function to enable.
--coll, -cstringOptionalName of the collection to which the function belongs.