2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Jul 05, 2025 — Jul 05, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
only ignore files generated by build-pear More... over 14 years ago
add --path flag to allow wordpress installation somewhere other than ./ More... over 14 years ago
change error to include new --wproot flag More... over 14 years ago
Add support for --wproot More... over 14 years ago
set default table_prefix to "wp_" More... over 14 years ago
Adds plugin update_all to internal commands More... over 14 years ago
Fix for warnings caused by implementation of #69 More... over 14 years ago
bump version to 0.5.0-dev More... over 14 years ago
Merge pull request #77 from johnpbloch/master More... over 14 years ago
Add checks to see if WP_CLI_SILENT is defined before using it as if it were. More... over 14 years ago
Auto-discovery for the current blog, see #42 More... over 14 years ago
--url now supersedes --blog More... over 14 years ago
Added --url global parameter, see #69 More... over 14 years ago
Added --silent flag, see #63 More... over 14 years ago
wp db dump -> wp db export. see #75 More... over 14 years ago
first pass at `wp core config`. see #65 More... over 14 years ago
`wp download` -> `wp core download` see #62 More... over 14 years ago
fix get_subcommands() More... over 14 years ago
Merge pull request #67 from wopr42/user-command More... over 14 years ago
fix indentation More... over 14 years ago
add 'sql' alias for backwards compatibility. see #54 More... over 14 years ago
integrate download command into existing check More... over 14 years ago
Merge pull request #62 from ericandrewlewis/master More... over 14 years ago
change call of \cli\line to the corresponding method line() within WP_CLI class. More... over 14 years ago
Download WP via latest.zip link instead of SVN repo. More... over 14 years ago
Add "download" command. Downloads the current version of WP to the current working directory via SVN. I hardcoded the command instead of creating a subclass of WP_CLI because WP file check happens earlier than the subclasses are included. More... over 14 years ago
Added requirements to the README More... over 14 years ago
replace old reference to generalHelp() with general_help() More... over 14 years ago
release version 0.4.0 More... over 14 years ago
remove unlikely case when there are no commands at all More... over 14 years ago