@proggarapsody/bitbottle 1.58.0 → 1.60.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 +5 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -92,7 +92,7 @@ Tokens are intentionally stripped from `hosts.yml` on every save. If you have an
|
|
|
92
92
|
| `deploy-key` | `list` `add` `delete` |
|
|
93
93
|
| `branch-rule` | `list` `add` `delete` _(Cloud only)_ |
|
|
94
94
|
| `ssh-key` | `list` `add` `delete` _(Cloud only)_ |
|
|
95
|
-
| `commit` | `log` `view` `status` `files` `comment {list\|add\|edit\|delete}` |
|
|
95
|
+
| `commit` | `log` `view` `status` `status report` `files` `comment {list\|add\|edit\|delete}` |
|
|
96
96
|
| `pipeline` | `list` `view` `run` _(Cloud only)_ |
|
|
97
97
|
| `deployment` | `list` `view` _(Cloud only)_ |
|
|
98
98
|
| `environment` | `list` `create` `delete` _(Cloud only)_ |
|
|
@@ -172,6 +172,10 @@ bitbottle pr commits 42 --json hash,message,author,date
|
|
|
172
172
|
# PR files changed
|
|
173
173
|
bitbottle pr files 42
|
|
174
174
|
bitbottle pr files 42 --json status,path,additions,deletions
|
|
175
|
+
|
|
176
|
+
# PR participants (author, reviewers, observers)
|
|
177
|
+
bitbottle pr participants 42
|
|
178
|
+
bitbottle pr participants 42 --json role,display_name,username,approved
|
|
175
179
|
```
|
|
176
180
|
|
|
177
181
|
### Repos & Branches
|