wp plugin get
wp plugin get <plugin> [--field=<field>] [--fields=<fields>] [--format=<format>]
Available Options
These fields will be displayed by default for the plugin:
- name
- title
- author
- version
- description
- status
These fields are optionally available:
- requires_wp
- requires_php
- requires_plugins
Examples
# Get plugin details.
$ wp plugin get bbpress --format=json
{"name":"bbpress","title":"bbPress","author":"The bbPress Contributors","version":"2.6.9","description":"bbPress is forum software with a twist from the creators of WordPress.","status":"active"}