tdk group get
Display a group by name
tdk group get \
--proj quickstart \
--format table \
--name bronze
| 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 group to display. |