You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,11 +50,16 @@ You may also be interested in the [live configuration of the OpenRail Associatio
50
50
51
51
You can execute the program using the command `gh-org-mgr`. `gh-org-mgr --help` shows all available arguments and options.
52
52
53
-
Some examples:
53
+
Synchronisation examples:
54
54
55
-
*`gh-org-mgr -c myorgconf`: synchronize the settings of the GitHub organization with your local configuration in the given configuration path (`myorgconf`). This may create new teams, remove/add members, and change permissions.
56
-
*`gh-org-mgr -c myorgconf --dry`: as above, but do not make any modification. Perfect for testing your local configuration and see its potential effects.
57
-
*`gh-org-mgr -c myorgconf --debug`: the first example, but show full debugging information.
55
+
*`gh-org-mgr sync -c myorgconf`: synchronize the settings of the GitHub organization with your local configuration in the given configuration path (`myorgconf`). This may create new teams, remove/add members, and change permissions.
56
+
*`gh-org-mgr sync -c myorgconf --dry`: as above, but do not make any modification. Perfect for testing your local configuration and see its potential effects.
57
+
*`gh-org-mgr sync -c myorgconf --debug`: the first example, but show full debugging information.
58
+
59
+
Setup team examples:
60
+
61
+
*`gh-org-mgr setup-team -n "My Team Name" -c myorgconf`: Bootstrap a team configuration for this team name. Will create a file `myorgconf/teams/my-team-name.yaml`, or provide options if this file already exists.
62
+
*`gh-org-mgr setup-team -n "My Team Name" -f path/to/myteam.yaml`: Bootstrap a team configuration for this team name and will force to write it in the given file. If the file already exists, offer some options.
0 commit comments