access manages organizations, groups, teams, and membership.
Access management is provider-specific at the API layer, but teams need one workflow for checking membership, inviting users, removing users, and inspecting teams.
Use access when onboarding or offboarding people, checking organization
membership, creating teams, or listing team members.
Use a profile whose token can read organization or group membership. Invitation,
team creation, and removal commands need elevated organization or group
permissions from the provider. Decide whether you are managing organization
membership directly with access org or team-level visibility with
access team; those operations affect different provider resources.
gitfleet access org list-members examplegitfleet access org invite example alice --role membergitfleet access org remove example alice --yesgitfleet access team list examplegitfleet access team create example platformgitfleet access team list-members example platform
GitHub and GitLab both expose access capabilities. Exact permission names and organization or group semantics remain provider-specific.
Removing members is destructive and requires confirmation in human mode or
--yes in automation.
Use --json for inventory and audit scripts.