Skip to content

Commit c13ba29

Browse files
committed
Replace wp-cli instances with ee.
Remove wp specific code. Merge upstream changes.
1 parent 70d3a1e commit c13ba29

File tree

150 files changed

+1863
-16750
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

150 files changed

+1863
-16750
lines changed

.github/ISSUE_TEMPLATE

+35-35
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11
<!--
22

3-
Thanks for taking the time to help improve WP-CLI!
4-
5-
Found a bug or want to suggest an enhancement to an existing command? Before creating an issue, please review our best practices: http://wp-cli.org/docs/bug-reports/
6-
7-
Have an idea for something new? Jump into the ideas repo: https://github.com/wp-cli/ideas
8-
9-
Need help with something? Github issues aren't for general support questions, but there are other venues you can try: http://wp-cli.org/#support Make sure you're running the most recent version of WP-CLI! The current version is the only officially supported version.
10-
11-
Want to suggest a feature? Check out the roadmap for how feature development happens: https://wp-cli.org/docs/roadmap/
12-
13-
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:
14-
15-
* `wp (cache|transient) *` https://github.com/wp-cli/cache-command
16-
* `wp checksum` https://github.com/wp-cli/checksum-command
17-
* `wp config *` https://github.com/wp-cli/config-command
18-
* `wp core *` https://github.com/wp-cli/core-command
19-
* `wp cron *` https://github.com/wp-cli/cron-command
20-
* `wp db *` https://github.com/wp-cli/db-command
21-
* `wp embed *` https://github.com/wp-cli/embed-command
22-
* `wp (eval|eval-file)` https://github.com/wp-cli/eval-command
23-
* `wp export` https://github.com/wp-cli/export-command
24-
* `wp (option|post|comment|user|term|site) *` https://github.com/wp-cli/entity-command
25-
* `wp import` https://github.com/wp-cli/import-command
26-
* `wp language` https://github.com/wp-cli/language-command
27-
* `wp media *` https://github.com/wp-cli/media-command
28-
* `wp package *` https://github.com/wp-cli/package-command
29-
* `wp (plugin|theme) *` https://github.com/wp-cli/extension-command
30-
* `wp rewrite` https://github.com/wp-cli/rewrite-command
31-
* `wp (role|cap) *` https://github.com/wp-cli/role-command
32-
* `wp scaffold *` https://github.com/wp-cli/scaffold-command
33-
* `wp search-replace` https://github.com/wp-cli/search-replace-command
34-
* `wp server` https://github.com/wp-cli/server-command
35-
* `wp shell` https://github.com/wp-cli/shell-command
36-
* `wp super-admin *` https://github.com/wp-cli/super-admin-command
37-
* `wp (widget|sidebar) *` https://github.com/wp-cli/widget-command
3+
Thanks for taking the time to help improve EE!
4+
5+
Found a bug or want to suggest an enhancement to an existing command? Before creating an issue, please review our best practices: http://ee.org/docs/bug-reports/
6+
7+
Have an idea for something new? Jump into the ideas repo: https://github.com/ee/ideas
8+
9+
Need help with something? Github issues aren't for general support questions, but there are other venues you can try: http://ee.org/#support Make sure you're running the most recent version of EE! The current version is the only officially supported version.
10+
11+
Want to suggest a feature? Check out the roadmap for how feature development happens: https://ee.org/docs/roadmap/
12+
13+
Oh! It's worth noting EE represents a collection of sub-projects, each with their own issue tracker. One of these may be a better destination:
14+
15+
* `wp (cache|transient) *` https://github.com/ee/cache-command
16+
* `wp checksum` https://github.com/ee/checksum-command
17+
* `wp config *` https://github.com/ee/config-command
18+
* `wp core *` https://github.com/ee/core-command
19+
* `wp cron *` https://github.com/ee/cron-command
20+
* `wp db *` https://github.com/ee/db-command
21+
* `wp embed *` https://github.com/ee/embed-command
22+
* `wp (eval|eval-file)` https://github.com/ee/eval-command
23+
* `wp export` https://github.com/ee/export-command
24+
* `wp (option|post|comment|user|term|site) *` https://github.com/ee/entity-command
25+
* `wp import` https://github.com/ee/import-command
26+
* `wp language` https://github.com/ee/language-command
27+
* `wp media *` https://github.com/ee/media-command
28+
* `wp package *` https://github.com/ee/package-command
29+
* `wp (plugin|theme) *` https://github.com/ee/extension-command
30+
* `wp rewrite` https://github.com/ee/rewrite-command
31+
* `wp (role|cap) *` https://github.com/ee/role-command
32+
* `wp scaffold *` https://github.com/ee/scaffold-command
33+
* `wp search-replace` https://github.com/ee/search-replace-command
34+
* `wp server` https://github.com/ee/server-command
35+
* `wp shell` https://github.com/ee/shell-command
36+
* `wp super-admin *` https://github.com/ee/super-admin-command
37+
* `wp (widget|sidebar) *` https://github.com/ee/widget-command
3838

3939
You can safely delete this comment.
4040

.github/SUPPORT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ Support
33

44
Hi there,
55

6-
GitHub issues are meant for enhancement requests and specific, reproducible bugs, not for general support questions. For support options, please review https://wp-cli.org/#support
6+
GitHub issues are meant for enhancement requests and specific, reproducible bugs, not for general support questions. For support options, please review https://ee.org/#support

.gitignore

+9
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,12 @@ PHAR_BUILD_VERSION
99
/codesniffer
1010
/PHP_Codesniffer-VariableAnalysis
1111
.*.swp
12+
launch.json
13+
ee.iml
14+
modules.xml
15+
php.xml
16+
php-test-framework.xml
17+
vcs.xml
18+
workspace.xml
19+
profiles_settings.xml
20+
Project_Default.xml

.mailmap

-234
This file was deleted.

0 commit comments

Comments
 (0)