-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Context
The dash0 -X members list command currently displays name, email, ID, and URL columns.
Users would like to see each member's role (admin, basic_member, etc.) in the output.
Blocked by
The members list API (GET /api/members) does not currently return the role in MemberDefinition.
See: dash0hq/dash0-api-client-go#5
Implementation
Once the API returns the role:
- Extract the role from
MemberDefinitioninMemberValues()(internal/members/list.go). - Add a
rolecolumn toMemberListDefaultColumns. - Add
HEADER_ROLEconstant tointernal/constants.go. - Update integration test fixtures and CSV header assertions.
- Update
docs/commands.mdwith the new column in example output and column aliases.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels