File tree Expand file tree Collapse file tree 1 file changed +26
-4
lines changed Expand file tree Collapse file tree 1 file changed +26
-4
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,25 @@ Options:
22
22
```
23
23
24
24
25
+ ## ` wiby close-pr `
26
+
27
+
28
+
29
+ Use this command to close the PRs raised against your dependents. wiby will go
30
+ off to the dependent’s repo and close the PRs raised that trigger jobs
31
+ ` package.json ` pointing to your latest version (with the new changes) triggering
32
+ the dependent’s CI to run.
33
+
34
+ ```
35
+ Options:
36
+
37
+ --dependent URL of a dependent [string]
38
+ --config Path to the configuration file. By default it will try to load
39
+ the configuration from the first file it finds in the current
40
+ working directory: `.wiby.json`, `.wiby.js` [string]
41
+ ```
42
+
43
+
25
44
## ` wiby github-workflow install `
26
45
27
46
@@ -73,10 +92,13 @@ changes) triggering the dependent’s CI to run.
73
92
```
74
93
Options:
75
94
76
- --dependent URL of a dependent [string]
77
- --config Path to the configuration file. By default it will try to load
78
- the configuration from the first file it finds in the current
79
- working directory: `.wiby.json`, `.wiby.js` [string]
95
+ --dependent URL of a dependent [string]
96
+ --pull-request, --pr Raise a draft PR in addition to creating a branch
97
+ [boolean]
98
+ --config Path to the configuration file. By default it will try
99
+ to load the configuration from the first file it finds
100
+ in the current working directory: `.wiby.json`,
101
+ `.wiby.js` [string]
80
102
```
81
103
82
104
You can’t perform that action at this time.
0 commit comments