Skip to content

Commit b1d6fd5

Browse files
authored
Merge pull request #824 from wp-cli/add/ability-and-block-commands
2 parents ff57bd7 + aa3732e commit b1d6fd5

File tree

3 files changed

+155
-11
lines changed

3 files changed

+155
-11
lines changed

.github/ISSUE_TEMPLATE

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Want to suggest a feature? Check out the roadmap for how feature development hap
1212

1313
Oh! It's worth noting WP-CLI represents a collection of sub-projects, each with their own issue tracker. One of these may be a better destination:
1414

15+
* `wp ability *` https://github.com/wp-cli/ability-command
16+
* `wp block *` https://github.com/wp-cli/block-command
1517
* `wp (cache|transient) *` https://github.com/wp-cli/cache-command
1618
* `wp checksum` https://github.com/wp-cli/checksum-command
1719
* `wp config *` https://github.com/wp-cli/config-command
@@ -22,8 +24,10 @@ Oh! It's worth noting WP-CLI represents a collection of sub-projects, each with
2224
* `wp (eval|eval-file)` https://github.com/wp-cli/eval-command
2325
* `wp export` https://github.com/wp-cli/export-command
2426
* `wp (option|post|comment|user|term|site) *` https://github.com/wp-cli/entity-command
27+
* `wp i18n *` https://github.com/wp-cli/i18n-command
2528
* `wp import` https://github.com/wp-cli/import-command
2629
* `wp language` https://github.com/wp-cli/language-command
30+
* `wp maintenance-mode *` https://github.com/wp-cli/maintenance-mode-command
2731
* `wp media *` https://github.com/wp-cli/media-command
2832
* `wp package *` https://github.com/wp-cli/package-command
2933
* `wp (plugin|theme) *` https://github.com/wp-cli/extension-command

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
"license": "MIT",
1010
"require": {
1111
"php": ">=7.2.24",
12+
"wp-cli/ability-command": "^1",
13+
"wp-cli/block-command": "^1",
1214
"wp-cli/cache-command": "^2",
1315
"wp-cli/checksum-command": "^2.1",
1416
"wp-cli/config-command": "^2.1",

composer.lock

Lines changed: 149 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)