diff --git a/README.md b/README.md index 0f681fba..90fb7669 100644 --- a/README.md +++ b/README.md @@ -239,7 +239,7 @@ These fields are optionally available: Installs one or more plugins. ~~~ -wp plugin install ... [--version=] [--force] [--activate] [--activate-network] [--insecure] +wp plugin install ... [--version=] [--force] [--ignore-requirements] [--activate] [--activate-network] [--insecure] ~~~ **OPTIONS** @@ -255,6 +255,10 @@ wp plugin install ... [--version=] [--force] [--activat If set, the command will overwrite any installed version of the plugin, without prompting for confirmation. +[--ignore-requirements] +:If set, the command will install the plugin while ignoring any WordPress or PHP version requirements +specified by the plugin authors. + [--activate] If set, the plugin will be activated immediately after install. @@ -993,7 +997,7 @@ wp theme get [--field=] [--fields=] [--format=] Installs one or more themes. ~~~ -wp theme install ... [--version=] [--force] [--activate] [--insecure] +wp theme install ... [--version=] [--force] [--ignore-requirements] [--activate] [--insecure] ~~~ **OPTIONS** @@ -1009,6 +1013,10 @@ wp theme install ... [--version=] [--force] [--activate] If set, the command will overwrite any installed version of the theme, without prompting for confirmation. + [--ignore-requirements] + If set, the command will install the theme while ignoring any WordPress or PHP version requirements + specified by the theme authors. + [--activate] If set, the theme will be activated immediately after install.