Feature Request
Describe your use case and the problem you are facing
I'd like to be able to determine whether a WP CLI package is installed. Yes, this is possible by using grep:
wp package list | grep package-name
But I'm thinking of creating a subcommand that peers with wp plugin is-installed. This proposed command would also exit with 0 when installed and 1 when not installed.