Skip to content

Commit e2a4046

Browse files
authored
Add subscription_id to group list text output (#1252)
2 parents 41ae850 + 8cdafcc commit e2a4046

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Enhancements
2+
3+
* Added Subscription ID to the text output of `globus group list`

src/globus_cli/commands/group/list.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ def group_list(login_manager: LoginManager) -> None:
2121
Field("Type", "group_type"),
2222
SESSION_ENFORCEMENT_FIELD,
2323
Field("Roles", "my_memberships[].role", formatter=formatters.SortedArray),
24+
Field("Subscription ID", "subscription_id"),
2425
],
2526
)

0 commit comments

Comments
 (0)