wp site option list
wp site option list [--search=<pattern>] [--site_id=<id>] [--field=<field>] [--fields=<fields>] [--format=<format>]
Available Options
This field will be displayed by default for each matching option:
- meta_key
- meta_value
These fields are optionally available:
- meta_id
- site_id
- size_bytes
Examples
# List all site options beginning with "i2f_"
$ wp site option list --search="i2f_*"
+-------------+--------------+
| meta_key | meta_value |
+-------------+--------------+
| i2f_version | 0.1.0 |
+-------------+--------------+