An open API service indexing awesome lists of open source software.

https://github.com/godaddy-wordpress/setup-wp-cli

Composite Action for setting up WP-CLI in a workflow.
https://github.com/godaddy-wordpress/setup-wp-cli

Last synced: 6 months ago
JSON representation

Composite Action for setting up WP-CLI in a workflow.

Awesome Lists containing this project

README

          

# Setup WP-CLI (Composite Action)

Github Action for installing the `wp` command line interface binary.

## Usage

Use this in one of your Workflows steps.

```
- name: Setup WP-CLI
uses: godaddy-wordpress/setup-wp-cli@1
```