@pilatos/bitbucket-cli 1.4.0 → 1.6.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 +9 -7
- package/dist/index.js +21060 -4292
- package/package.json +11 -1
package/README.md
CHANGED
|
@@ -79,15 +79,16 @@ bb pr list
|
|
|
79
79
|
|
|
80
80
|
## Features
|
|
81
81
|
|
|
82
|
-
| Category
|
|
83
|
-
|
|
84
|
-
| **Authentication**
|
|
85
|
-
| **Repositories**
|
|
86
|
-
| **Pull Requests**
|
|
87
|
-
| **Configuration**
|
|
88
|
-
| **Shell Completion** | `install`, `uninstall`
|
|
82
|
+
| Category | Commands |
|
|
83
|
+
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
84
|
+
| **Authentication** | `login`, `logout`, `status`, `token` |
|
|
85
|
+
| **Repositories** | `clone`, `create`, `list`, `view`, `delete` |
|
|
86
|
+
| **Pull Requests** | `create`, `list`, `view`, `activity`, `checks`, `edit`, `merge`, `approve`, `decline`, `ready`, `checkout`, `diff`, `comment`, `comments`, `reviewers` |
|
|
87
|
+
| **Configuration** | `get`, `set`, `list` |
|
|
88
|
+
| **Shell Completion** | `install`, `uninstall` |
|
|
89
89
|
|
|
90
90
|
**Global Options:**
|
|
91
|
+
|
|
91
92
|
- `--json` — Output results as JSON for scripting
|
|
92
93
|
- `-w, --workspace` — Specify workspace
|
|
93
94
|
- `-r, --repo` — Specify repository
|
|
@@ -139,6 +140,7 @@ bb pr list
|
|
|
139
140
|
# Review and merge
|
|
140
141
|
bb pr view 42
|
|
141
142
|
bb pr activity 42
|
|
143
|
+
bb pr checks 42
|
|
142
144
|
bb pr approve 42
|
|
143
145
|
bb pr merge 42
|
|
144
146
|
|