File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ Learn how to create your own command from the
3535 | wp-cli/server-command | Daniel Bachhuber | dev-main | available | 2.x-dev |
3636 +-----------------------+------------------+----------+-----------+----------------+
3737
38- # Install the latest development version of the package.
38+ # Install the latest stable version of the package.
3939 $ wp package install wp-cli/server-command
40- Installing package wp-cli/server-command (dev-main )
40+ Installing package wp-cli/server-command (^2.0 )
4141 Updating /home/person/.wp-cli/packages/composer.json to require the package...
4242 Using Composer to install the package...
4343 ---
@@ -237,10 +237,10 @@ for future authorization requests.
237237
238238** EXAMPLES**
239239
240- # Install a package hosted at a git URL .
240+ # Install the latest stable version of a package .
241241 $ wp package install runcommand/hook
242242
243- # Install the latest stable version.
243+ # Install the latest stable version (explicitly specified) .
244244 $ wp package install wp-cli/server-command:@stable
245245
246246 # Install a package hosted at a GitLab.com URL.
You can’t perform that action at this time.
0 commit comments