tdk fn get
Display a function
tdk fn get \
--proj quickstart \
--format table \
--name read_world \
--coll sales_data \
--show-history
| 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. |
--name, -n | string | Required | Name of the function to be displayed. |
--coll, -c | string | Optional | Name of the collection to which the function belongs. |
--show-history | flag | Optional | Show the history of the function, newest first. |