mirror of
https://gh.wpcy.net/https://github.com/wp-cli/scaffold-package-command.git
synced 2026-04-27 06:36:03 +08:00
13 lines
405 B
Text
13 lines
405 B
Text
Installing this package {{wp_cli_requires_instructions}}. Update to {{wp_cli_update_to_instructions}}.
|
|
|
|
Once you've done so, you can install the latest stable version of this package with:
|
|
|
|
```bash
|
|
wp package install {{package_name}}:@stable
|
|
```
|
|
|
|
To install the latest development version of this package, use the following command instead:
|
|
|
|
```bash
|
|
wp package install {{package_name}}:dev-{{branch}}
|
|
```
|