@@ -29,15 +29,15 @@ Learn how to create your own command from the
2929
3030 # List installed packages
3131 $ wp package list
32- +-----------------------+------------------------------------------+---------+------------ +
33- | name | description | authors | version |
34- +-----------------------+------------------------------------------+---------+------------ +
35- | wp-cli/server-command | Start a development server for WordPress | | dev-master |
36- +-----------------------+------------------------------------------+---------+------------ +
32+ +-----------------------+------------------------------------------+---------+----------+
33+ | name | description | authors | version |
34+ +-----------------------+------------------------------------------+---------+----------+
35+ | wp-cli/server-command | Start a development server for WordPress | | dev-main |
36+ +-----------------------+------------------------------------------+---------+----------+
3737
3838 # Install the latest development version of the package
3939 $ wp package install wp-cli/server-command
40- Installing package wp-cli/server-command (dev-master )
40+ Installing package wp-cli/server-command (dev-main )
4141 Updating /home/person/.wp-cli/packages/composer.json to require the package...
4242 Using Composer to install the package...
4343 ---
@@ -111,17 +111,17 @@ There are no optionally available fields.
111111 name: 10up/mu-migration
112112 description: A set of WP-CLI commands to support the migration of single WordPress instances to multisite
113113 authors: Nícholas André
114- version: dev-master , dev-develop
114+ version: dev-main , dev-develop
115115 aaemnnosttv/wp-cli-dotenv-command:
116116 name: aaemnnosttv/wp-cli-dotenv-command
117117 description: Dotenv commands for WP-CLI
118118 authors: Evan Mattson
119- version: v0.1, v0.1-beta.1, v0.2, dev-master , dev-dev, dev-develop, dev-tests/behat
119+ version: v0.1, v0.1-beta.1, v0.2, dev-main , dev-dev, dev-develop, dev-tests/behat
120120 aaemnnosttv/wp-cli-http-command:
121121 name: aaemnnosttv/wp-cli-http-command
122122 description: WP-CLI command for using the WordPress HTTP API
123123 authors: Evan Mattson
124- version: dev-master
124+ version: dev-main
125125
126126
127127
@@ -219,11 +219,11 @@ These fields are optionally available:
219219** EXAMPLES**
220220
221221 $ wp package list
222- +-----------------------+------------------------------------------+---------+------------ +
223- | name | description | authors | version |
224- +-----------------------+------------------------------------------+---------+------------ +
225- | wp-cli/server-command | Start a development server for WordPress | | dev-master |
226- +-----------------------+------------------------------------------+---------+------------ +
222+ +-----------------------+------------------------------------------+---------+----------+
223+ | name | description | authors | version |
224+ +-----------------------+------------------------------------------+---------+----------+
225+ | wp-cli/server-command | Start a development server for WordPress | | dev-main |
226+ +-----------------------+------------------------------------------+---------+----------+
227227
228228
229229
0 commit comments