tdk fn enable
Enables a function
Enabling an already-enabled function does nothing.
tdk fn enable \
--proj quickstart \
--name read_world \
--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 | Required | Name of the function to enable. |
--coll, -c | string | Optional | Name of the collection to which the function belongs. |