Skip to content

ginko teams

Terminal window
ginko teams <subcommand> [options]
SubcommandDescription
create <name>Create a new team
listList your teams
add-member <team> <user>Add member by GitHub username
remove-member <team> <user>Remove a team member
Terminal window
ginko teams create "Backend Team"
ginko teams list
ginko teams add-member backend-team octocat
ginko teams remove-member backend-team octocat