$ wp mwp update-meta <slug>
The plugin meta data file plugin-dir/data/plugin-meta.php
holds information about your plugin which is used when creating new plugin files. It is saved automatically when you create or build your plugin, but can also be updated manually via the WP CLI.
@Params
<slug>
(required) The slug (directory) of the plugin to update the meta data for
--auto-update
(optional) Flag used to automatically set meta data based on plugin header contents.
--filename=<filename>
(optional) The filename to read meta data from (Default: plugin.php)
--<key>=<value>
(optional) Set any arbitrary key/value in your plugin meta data.
@Example
$ wp mwp update-meta acmecompany-gizmo --auto-update --vendor="Acme Company Inc."
Meta data successfully updated.