dw-mc 0.1.0 → 0.2.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 +1 -0
- package/dist/bin.js +702 -469
- package/dist/bin.js.map +1 -1
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -39,6 +39,7 @@ The commands behind it, each usable on its own:
|
|
|
39
39
|
| --------------------- | --------------------------------------------------------------------------------------- |
|
|
40
40
|
| `dw-mc sweep` | Refreshes what mission control knows about every tracked pull request. It only reads. |
|
|
41
41
|
| `dw-mc status` | Shows which bucket every tracked pull request sits in, and which ones you have stamped. |
|
|
42
|
+
| `dw-mc comments <pr>` | Prints the conversation on a pull request, and what in it is waiting on you. |
|
|
42
43
|
| `dw-mc review <pr>` | Reviews one pull request on the configured runners, in a throwaway worktree. |
|
|
43
44
|
| `dw-mc findings <pr>` | Prints what the current review run found. |
|
|
44
45
|
| `dw-mc fix <pr>` | Opens a session on the findings you pick, in a worktree that outlives it. |
|