mirror of
https://ghproxy.net/https://github.com/wp-cli/wp-cli-bundle.git
synced 2025-10-04 00:09:45 +08:00
Add embed-command as bundled package.
This commit is contained in:
parent
d7c4193553
commit
9cffb39332
2 changed files with 2 additions and 0 deletions
1
.github/ISSUE_TEMPLATE
vendored
1
.github/ISSUE_TEMPLATE
vendored
|
@ -18,6 +18,7 @@ Oh! It's worth noting WP-CLI represents a collection of sub-projects, each with
|
|||
* `wp core *` https://github.com/wp-cli/core-command
|
||||
* `wp cron *` https://github.com/wp-cli/cron-command
|
||||
* `wp db *` https://github.com/wp-cli/db-command
|
||||
* `wp embed *` https://github.com/wp-cli/embed-command
|
||||
* `wp (eval|eval-file)` https://github.com/wp-cli/eval-command
|
||||
* `wp export` https://github.com/wp-cli/export-command
|
||||
* `wp (option|post|comment|user|term|site) *` https://github.com/wp-cli/entity-command
|
||||
|
|
|
@ -45,6 +45,7 @@
|
|||
"wp-cli/core-command": "^1.0",
|
||||
"wp-cli/cron-command": "^1.0",
|
||||
"wp-cli/db-command": "^1.0",
|
||||
"wp-cli/embed-command": "^1.0",
|
||||
"wp-cli/entity-command": "^1.0",
|
||||
"wp-cli/eval-command": "^1.0",
|
||||
"wp-cli/export-command": "^1.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue