@proggarapsody/bitbottle 1.56.1 → 1.58.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
|
@@ -85,7 +85,7 @@ Tokens are intentionally stripped from `hosts.yml` on every save. If you have an
|
|
|
85
85
|
|---|---|
|
|
86
86
|
| `auth` | `login` `logout` `status` `token` `refresh` |
|
|
87
87
|
| `pr` | `list` `view` `create` `merge` `approve` `unapprove` `diff` `checkout` `edit` `decline` `reopen` `ready` `request-review` `comment` `default-reviewer {list\|add\|remove}` |
|
|
88
|
-
| `repo` | `list` `view` `create` `delete` `clone` `set-default` `rename` `fork` _(Cloud)_ `file get` `tree` |
|
|
88
|
+
| `repo` | `list` `view` `create` `delete` `clone` `set-default` `rename` `fork` _(Cloud)_ `file get` `tree` `watcher list` |
|
|
89
89
|
| `branch` | `list` `create` `delete` `checkout` |
|
|
90
90
|
| `tag` | `list` `create` `delete` |
|
|
91
91
|
| `webhook` | `list` `view` `create` `delete` |
|
|
@@ -168,6 +168,10 @@ bitbottle pr activity 42 --json type,actor,createdAt,detail
|
|
|
168
168
|
# PR commits
|
|
169
169
|
bitbottle pr commits 42
|
|
170
170
|
bitbottle pr commits 42 --json hash,message,author,date
|
|
171
|
+
|
|
172
|
+
# PR files changed
|
|
173
|
+
bitbottle pr files 42
|
|
174
|
+
bitbottle pr files 42 --json status,path,additions,deletions
|
|
171
175
|
```
|
|
172
176
|
|
|
173
177
|
### Repos & Branches
|