@@ -239,7 +239,7 @@ These fields are optionally available:
239239Installs one or more plugins.
240240
241241~~~
242- wp plugin install <plugin|zip|url>... [--version=<version>] [--force] [--activate] [--activate-network] [--insecure]
242+ wp plugin install <plugin|zip|url>... [--version=<version>] [--force] [--ignore-requirements] [-- activate] [--activate-network] [--insecure]
243243~~~
244244
245245** OPTIONS**
@@ -255,6 +255,10 @@ wp plugin install <plugin|zip|url>... [--version=<version>] [--force] [--activat
255255 If set, the command will overwrite any installed version of the plugin, without prompting
256256 for confirmation.
257257
258+ [ --ignore-requirements]
259+ : If set, the command will install the plugin while ignoring any WordPress or PHP version requirements
260+ specified by the plugin authors.
261+
258262 [--activate]
259263 If set, the plugin will be activated immediately after install.
260264
@@ -993,7 +997,7 @@ wp theme get <theme> [--field=<field>] [--fields=<fields>] [--format=<format>]
993997Installs one or more themes.
994998
995999~~~
996- wp theme install <theme|zip|url>... [--version=<version>] [--force] [--activate] [--insecure]
1000+ wp theme install <theme|zip|url>... [--version=<version>] [--force] [--ignore-requirements] [-- activate] [--insecure]
9971001~~~
9981002
9991003** OPTIONS**
@@ -1009,6 +1013,10 @@ wp theme install <theme|zip|url>... [--version=<version>] [--force] [--activate]
10091013 If set, the command will overwrite any installed version of the theme, without prompting
10101014 for confirmation.
10111015
1016+ [--ignore-requirements]
1017+ If set, the command will install the theme while ignoring any WordPress or PHP version requirements
1018+ specified by the theme authors.
1019+
10121020 [--activate]
10131021 If set, the theme will be activated immediately after install.
10141022
0 commit comments