tdk fn list
List all functions in a collection
tdk fn list \
--proj quickstart \
--format table \
--coll sales_data \
--max-result 100
| 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. |
-o, --format | table | json | yaml | Optional | Output format. Defaults to table. |
--coll, -c | string | Optional | Name of the collection to which the functions belong. |
--max-result | string | Optional | Maximum number of rows to list. Use 0 for no limit. Defaults to 100. |