Skip to content

Commit

Permalink
Update 2016-11-29-version-1.0.0.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber authored Nov 29, 2016
1 parent 2b4ed50 commit 44d1052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2016-11-29-version-1.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ With `WP_CLI::runcommand()`, you can:

Relevant pull requests include: [#3605](https://github.com/wp-cli/wp-cli/pull/3605), [#3619](https://github.com/wp-cli/wp-cli/pull/3619), [#3621](https://github.com/wp-cli/wp-cli/pull/3621).

### Breaking changes: Uses return code 1 when batch operation partially fails.
### Breaking change: Uses return code 1 when batch operation partially fails

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.

Expand Down

0 comments on commit 44d1052

Please sign in to comment.