Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ These fields are optionally available:
Installs one or more plugins.

~~~
wp plugin install <plugin|zip|url>... [--version=<version>] [--force] [--activate] [--activate-network] [--insecure]
wp plugin install <plugin|zip|url>... [--version=<version>] [--force] [--ignore-requirements] [--activate] [--activate-network] [--insecure]
~~~

**OPTIONS**
Expand All @@ -255,6 +255,10 @@ wp plugin install <plugin|zip|url>... [--version=<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.

Expand Down Expand Up @@ -993,7 +997,7 @@ wp theme get <theme> [--field=<field>] [--fields=<fields>] [--format=<format>]
Installs one or more themes.

~~~
wp theme install <theme|zip|url>... [--version=<version>] [--force] [--activate] [--insecure]
wp theme install <theme|zip|url>... [--version=<version>] [--force] [--ignore-requirements] [--activate] [--insecure]
~~~

**OPTIONS**
Expand All @@ -1009,6 +1013,10 @@ wp theme install <theme|zip|url>... [--version=<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.

Expand Down