We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee8a00f commit 56bcdc2Copy full SHA for 56bcdc2
features/core-check-update.feature
@@ -28,7 +28,7 @@ Feature: Check for more recent versions
28
1
29
"""
30
31
- When I run `wp core check-update --minor`
+ When I run `wp core check-update --minor --format=csv`
32
Then STDOUT should match #{WP_VERSION-5.8-latest},minor,https://downloads.(w|wordpress).org/release/wordpress-{WP_VERSION-5.8-latest}-partial-0.zip#
33
34
When I run `wp core check-update --minor --format=count`
0 commit comments