1.3 KiB
1.3 KiB
org team shortcuts
This change expands the org shortcut group from basic organization lookup into an operational workflow for team and membership management.
The updated command set keeps org +list, org +info, and org +create, and adds stronger organization administration coverage:
org +membersnow supports--all,--team,--login, and--keyword, and automatically fetches all pages before applying filters.org +teamslists organization teams with--authorize,--unit,--keyword, and--include-userssupport, returning normalized team summaries.org +team-createcreates a team and supports--dry-runfor request preview.org +member-removeremoves an organization member by--user-idor resolves--loginautomatically, with--dry-runsupport.
The output shape is normalized for automation use. Member results now include matched counts, team summaries, and consistent user fields. Team results expose permission-level aggregation, unit information, and optional normalized user details.
The command examples in README.md were extended so the new team and member management flows are discoverable from the main project documentation.
Validation:
go test ./shortcuts/org/...
go test ./shortcuts/...
go test ./...
go build ./...