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
Mark `wp plugin status` and `wp theme status` as deprecated using the
declarative `@deprecated` docblock tag (wp-cli/wp-cli#6343), pointing users at
`wp plugin list` / `wp theme list` for the full listing and
`wp plugin get` / `wp theme get` for a single item.
The commands keep working and exit 0; the framework now emits a deprecation
warning before running and surfaces it in `wp help`. Removal is planned for
WP-CLI 4.0.
Every `status` invocation now writes the warning to STDERR, so scripted Behat
calls move from `When I run` to `When I try`, plus new scenarios assert the
warning.
0 commit comments