tdk stream list
List the stream publishers of the project
tdk stream list \
--proj quickstart \
--all-projects \
--name sales_data \
--coll sales_data \
--format table \
--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. |
--all-projects | flag | Optional | List across every project you can view, ignoring any pinned or --proj project. |
--name, -n | string | Optional | Only list the publisher of this function. |
--coll, -c | string | Optional | Only list publishers of functions in this collection. |
-o, --format | table | json | yaml | Optional | Output format. Defaults to table. |
--max-result | string | Optional | Maximum number of rows to list. Use 0 for no limit. Defaults to 100. |