-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Labels
command:packageRelated to 'package' commandRelated to 'package' commandcommand:package-listRelated to 'package list' commandRelated to 'package list' commandscope:distributionRelated to distributionRelated to distributionstate:unconfirmed
Description
Feature Request
- Yes, I reviewed the contribution guidelines.
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.
Metadata
Metadata
Assignees
Labels
command:packageRelated to 'package' commandRelated to 'package' commandcommand:package-listRelated to 'package list' commandRelated to 'package list' commandscope:distributionRelated to distributionRelated to distributionstate:unconfirmed