Skip to main content
Version: 2.0.0

tdk stream disable

Disable a stream-publisher function

'tdk fn disable' restricted to stream publishers; disabling an already-disabled one does nothing.

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