2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 6 hours ago.
Jun 10, 2023 — Jun 10, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added --url global parameter, see #69 More... over 12 years ago
Added --silent flag, see #63 More... over 12 years ago
wp db dump -> wp db export. see #75 More... over 12 years ago
first pass at `wp core config`. see #65 More... over 12 years ago
`wp download` -> `wp core download` see #62 More... over 12 years ago
fix get_subcommands() More... over 12 years ago
Merge pull request #67 from wopr42/user-command More... over 12 years ago
fix indentation More... over 12 years ago
add 'sql' alias for backwards compatibility. see #54 More... over 12 years ago
integrate download command into existing check More... over 12 years ago
Merge pull request #62 from ericandrewlewis/master More... over 12 years ago
change call of \cli\line to the corresponding method line() within WP_CLI class. More... over 12 years ago
Download WP via latest.zip link instead of SVN repo. More... over 12 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 12 years ago
Added requirements to the README More... over 12 years ago
replace old reference to generalHelp() with general_help() More... over 12 years ago
release version 0.4.0 More... over 12 years ago
remove unlikely case when there are no commands at all More... over 12 years ago
changelog More... over 12 years ago
revamp plugin upgrader handling. fixes #53 More... over 12 years ago
move CLI_Upgrader_Skin to separate file; add get_upgrader() helper More... over 12 years ago
prevent notice when checking for install sub-command More... over 12 years ago
add preliminary changelog for 0.4 More... over 12 years ago
add necessary site_url parameter. see #51 More... over 12 years ago
Merge remote-tracking branch 'mwilliamson-red-gate/master' More... over 12 years ago
Move installation commands to core More... over 12 years ago
Add installation commands More... over 12 years ago
readme More... over 12 years ago
output errors to STDERR and exit with status 1 More... over 12 years ago
add build-dev script More... over 12 years ago