wp-cli / handbook

📖 Complete documentation for WP-CLI
https://make.wordpress.org/cli/handbook/
MIT License
187 stars 324 forks source link

Use case: Sort plugins by status, then by name #445

Closed porg closed 1 year ago

porg commented 1 year ago

Small correction:

 wp plugin list --format=csv | mlr --icsv --opprint sort -f status,name
danielbachhuber commented 1 year ago

Thanks for the pull request, @porg !

This particular piece of documentation is automatically generated from the codebase on each release.

A better place for it would be this Shell Friends document: https://github.com/wp-cli/handbook/blob/main/shell-friends.md

Feel free to submit a PR against that document.

porg commented 1 year ago

Ok, created PR #446