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.
- Host: GitHub
- URL: https://github.com/godaddy-wordpress/setup-wp-cli
- Owner: godaddy-wordpress
- Created: 2022-09-22T22:58:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-04T19:53:31.000Z (over 3 years ago)
- Last Synced: 2025-02-21T20:03:13.915Z (over 1 year ago)
- Size: 1.95 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```