Skip to content

Proposal: wp package is-installed subcommand #210

@baizmandesign

Description

@baizmandesign

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions