You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2016-11-29-version-1.0.0.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ This release represents a level of maturity few open source projects achieve. It
12
12
13
13
Now that the issue backlog is [down to zero](https://twitter.com/danielbachhuber/status/802951083354009600), I'm personally looking forward to getting more ideas cooking for [runcommand](https://runcommand.io/), my own WP-CLI innovation studio.
14
14
15
-
Headed to Philly this week? I'll be at Post Status Publish and WCUS (although only until mid-afternoon Friday). Say hello!
15
+
Headed to Philly this week? I'll be at Post Status Publish and WCUS (although only until mid-afternoon Friday). Say hello - [@danielbachhuber](https://twitter.com/danielbachhuber)!
16
16
17
17
On with the show...
18
18
@@ -27,12 +27,14 @@ With `WP_CLI::runcommand()`, you can:
27
27
* Return STDOUT generated by the command, or all command execution details (STDOUT, STDERR, return_code) as an object.
Some commands support performing the same operation against multiple resources (e.g. updating two or more plugins with `wp plugin update akismet hello`). Previously, if one of the operations failed (e.g. a plugin update failed to be downloaded), WP-CLI would display a warning, continue on, and exit with return code 0. Beginning in v1.0.0, WP-CLI uses return code 1 when one or more operations fails.
35
35
36
+
See [this issue](https://github.com/wp-cli/wp-cli/issues/3577) for more background and rationale.
37
+
36
38
Affected commands include:
37
39
38
40
*`wp media (regenerate|import)`
@@ -46,16 +48,14 @@ Affected commands include:
46
48
47
49
Use `WP_CLI\Utils\report_batch_operation_results()` ([doc](/docs/internal-api/wp-cli-utils-report-batch-operation-results/)) in your custom WP-CLI commands to more easily support this behavior.
48
50
49
-
See [this issue](https://github.com/wp-cli/wp-cli/issues/3577) for more background and rationale.
0 commit comments