2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
Jul 10, 2025 — Jul 10, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
introduce `wp db create` command. fixes #103 More... about 14 years ago
more readable check for core install More... about 14 years ago
replace contributor impact link with contributor guide link (since the contributors page shows activity too now) More... about 14 years ago
Merge pull request #101 from wp-cli/license More... about 14 years ago
update copyright notice More... about 14 years ago
Merge pull request #96 from tollmanz/50beb9387e02342b2785d821c08cb3635f8f48df More... about 14 years ago
implement --require global parameter. fixes #94 More... about 14 years ago
remove --user param after handling it More... about 14 years ago
Show wp-cli version only if there's no command passed. see #92 More... over 14 years ago
0.5.0 changelog More... over 14 years ago
document --path global param More... over 14 years ago
update channel URL in readme More... over 14 years ago
Updated reference to the repo to link to the newly created organisation More... over 14 years ago
document global parameters More... over 14 years ago
make --user a global parameter. fixes #81 More... over 14 years ago
add unfortunately named WP_CLI_Command_With_Upgrade class and make plugin and theme commands inherit from it More... over 14 years ago
fix _set_url() More... over 14 years ago
show error when wp help receives an invalid parameter More... over 14 years ago
always load all commands when 'help' is involved. fixes #84 More... over 14 years ago
load all commands only when needed More... over 14 years ago
add _run_core_command() helper More... over 14 years ago
use rtrim() instead of preg_match(). see #80 More... over 14 years ago
define WP_CLI_SILENT earlier More... over 14 years ago
move core download and core config to core.php More... over 14 years ago
WP_CLI_SILENT is always defined More... over 14 years ago
move URL seeking code to WP_CLI::_set_url() More... over 14 years ago
rename set_url() to set_url_params() More... over 14 years ago
use require() when possible More... over 14 years ago
add missing semicolon More... over 14 years ago
force direct filesystem access. fixes #79 More... over 14 years ago