Team Modification - GitHubClassroomTestCMPUT229/manager GitHub Wiki

The manager supports adding members to and removing members from teams once they are formed.

Adding members to a team

Flag:

-a

Requirements:

  • The name of the team: <team>
  • The names of the members you will be adding to the team: <member1> ... <memberN>

Call:

  • classroom_manager.py <some_flags> -a <team> <member1> ... <memberN> <some_other_flags>

Outcome:

Members 1 through N are added to the team within the organization.

Removing members from a team

Flag:

-d

Requirements:

  • The name of the team: <team>
  • The names of the members you will be removing from the team: <member1> ... <memberN>

Call:

  • classroom_manager.py <some_flags> -d <team> <member1> ... <memberN> <some_other_flags>

Outcome:

Members 1 through N are removed from the team within the organization.

⚠️ **GitHub.com Fallback** ⚠️