@mattpolzin/harmony 4.3.0 → 4.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/harmony +805 -664
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -89,7 +89,7 @@ eval "$(harmony --zsh-completion-script)"
|
|
|
89
89
|
## Usage
|
|
90
90
|
The first time you start Harmony in any particular folder, you will be asked to provide some information about the GitHub repository you are working with. This information is stored in a file named `harmony.json` in the current working directory.
|
|
91
91
|
|
|
92
|
-
Note that the GitHub organization and repository are both slugs, not names. These are the values you find in a GitHub URL pointing to your repository. Harmony
|
|
92
|
+
Note that the GitHub organization and repository are both slugs, not names. These are the values you find in a GitHub URL pointing to your repository. Harmony works with personal repositories but some of Harmony's features are not available for these repos because they do not have teams or members.
|
|
93
93
|
```
|
|
94
94
|
$ harmony sync
|
|
95
95
|
Creating a new configuration (storing in harmony.json)...
|
|
@@ -230,6 +230,8 @@ Running `harmony reflect` will show a summary of your review requests and author
|
|
|
230
230
|

|
|
231
231
|
|
|
232
232
|
### List
|
|
233
|
+
Running `harmony list` will list all the teams for the configured GitHub organization.
|
|
234
|
+
|
|
233
235
|
Running `harmony list <team>` will list the members of the given GitHub Team.
|
|
234
236
|
|
|
235
237
|
### Graph
|