2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 17 hours ago.
Jul 05, 2025 — Jul 05, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
delete '@return void' lines More... over 14 years ago
replace @author with @maintainer; keep only for community commands More... over 14 years ago
Edited README.md via GitHub More... over 14 years ago
Updated the core to comply with the coding standards More... over 14 years ago
add --activate flag to `wp plugin install` command; introduce WP_CLI::compose_args(). fixes #30 More... over 14 years ago
introduce default_subcommand property. fixes #29 More... over 14 years ago
merge Requirements section into Installing More... over 14 years ago
defer to github for listing contributors and their impact More... over 14 years ago
update installation instructions More... over 14 years ago
update build-deb; change wp-cli version to '0.2-alpha'. see #7 More... over 14 years ago
remove .gitignore; use your personal .gitignore file for excluding temporary files More... over 14 years ago
move php files to a 'core' dir and build-deb to a 'utils' dir. see #7 More... over 14 years ago
make help method static; revert to __construct() instead of dispatch() More... over 14 years ago
fix some comments More... over 14 years ago
rename get_methods() to get_subcommands() More... over 14 years ago
don't even look for get_description() anymore More... over 14 years ago
Merge pull request #23 from thewarmjets/master More... over 14 years ago
Merge branch 'master' of https://github.com/andreascreten/wp-cli More... over 14 years ago
Pushed to version 0.2 More... over 14 years ago
add link to .deb download. see #7 More... over 14 years ago
don't need #!bash in completion script More... over 14 years ago
move bash scripts to bin directory More... over 14 years ago
default to 'help' command again when no arguments are passed More... over 14 years ago
introduce help command. fixes #22 More... over 14 years ago
deprecate get_description() method in favor of dedicated help methods More... over 14 years ago
$args is always an array More... over 14 years ago
Merge pull request #20 from thewarmjets/master More... almost 15 years ago
Same spelling mistake as before. More... almost 15 years ago
Updated plugin status command to add more details for a single plugin (fixes #11) More... almost 15 years ago
remove unneeded assignment of COMPREPLY More... almost 15 years ago