2
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 04, 2025 — Aug 04, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix WP_CLI::error() not exiting More... over 13 years ago
tests: separate stdout from stderr More... over 13 years ago
add our own wp_die() handler More... over 13 years ago
Merge pull request #285 from drrobotnik/master More... over 13 years ago
Abstract output of data to a format_items() utility function More... over 13 years ago
Merge pull request #284 from wp-cli/user-list-csv More... over 13 years ago
Reverse parameter order in output_csv() utility More... over 13 years ago
Use fputcsv with STDOUT instead of building our own CSV. Props @scribu More... over 13 years ago
Use the row we built to make sure we're only presenting data that correlates to headers More... over 13 years ago
Simplify the code to generate CSV and JSON output by typecasting. Feels a little dirty, but no harm no fowl. More... over 13 years ago
Output a list of users as CSV or JSON with a new CSV helper utility More... over 13 years ago
bump version to 0.9.0-dev More... over 13 years ago
PHP files don't need to be executable More... over 13 years ago
set version to 0.8.0 More... over 13 years ago
normalize and cache path returned by locate_wp_config() More... over 13 years ago
remove unnecessary leading slash in locate_wp_config() More... over 13 years ago
bump version to 0.8.0-beta More... over 13 years ago
strict comparison for 'runtime' key. see #277 More... over 13 years ago
fix check for completions in WP_CLI::error() More... over 13 years ago
add --config global param More... over 13 years ago
generate synopsis for global command from config-spec More... over 13 years ago
update config-spec.php. see #267 More... over 13 years ago
support --color and --no-color special args. closes #267 More... over 13 years ago
Merge pull request #277 from wp-cli/config-spec More... over 13 years ago
add --param-dump More... over 13 years ago
storing the config spec in a static variable is not needed More... over 13 years ago
move even more code from utils.php into WP_CLI\Runner More... over 13 years ago
introduce WP_CLI\Runner class More... over 13 years ago
rename bootstrap() to load_depdencies() More... over 13 years ago
move special args handling to separate class More... over 13 years ago