Skip to content

Commit

Permalink
Merge pull request #439 from wp-cli/regenerate-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy authored Dec 13, 2024
2 parents e0abcdd + e2271c3 commit f0cebef
Showing 1 changed file with 10 additions and 2 deletions.
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

0 comments on commit f0cebef

Please sign in to comment.