@@ -134,12 +134,13 @@ Commands:
134134 hook Create or delete hooks for all repositories that match a pattern
135135 init Init configuration data
136136 invite Invite users to an organisation by email
137+ label List, create, delete or rename labels
137138 make Make repositories that match a regex become public/private
138139 merge Merge a branch into the current branch for all repositories that match a pattern
139140 pull Pull the current branch of all local repositories that match a regex
140141 push Push the provided branch to remote server for all repositories that match a pattern or a topic
141142 remove Remove users (from an organisation or team) or delete repositories
142- rename Rename repositories that match a pattern with another pattern
143+ rename Rename repositories or teams
143144 set Set information, secret for repositories or permission for a team
144145 show Show config, repositories, members, or user access
145146 status Show git status of all repositories that match a pattern
@@ -186,6 +187,12 @@ hook
186187invite
187188 users Invite users to an organisation by emails
188189
190+ label
191+ list List labels for all repositories that match a regex
192+ create Create a label for all repositories that match a regex
193+ delete Delete a label from all repositories that match a regex
194+ rename Rename a label for all repositories that match a regex
195+
189196remove
190197 repositories Delete repositories matching a pattern
191198 users Remove users by users' usernames from an organisation
0 commit comments