https://github.com/getpagespeed/wp-cli-rpm
RPM builds of wp-cli
https://github.com/getpagespeed/wp-cli-rpm
rpm wordpress wp-cli
Last synced: 4 months ago
JSON representation
RPM builds of wp-cli
- Host: GitHub
- URL: https://github.com/getpagespeed/wp-cli-rpm
- Owner: GetPageSpeed
- Created: 2018-05-11T16:40:36.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-16T02:36:13.000Z (over 1 year ago)
- Last Synced: 2025-01-16T03:29:25.851Z (over 1 year ago)
- Topics: rpm, wordpress, wp-cli
- Homepage: https://www.getpagespeed.com/redhat
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wp-cli-rpm
Install the most recent version of WP-CLI on CentOS/RHEL 6+.
## Synopsis
sudo yum install https://extras.getpagespeed.com/release-latest.rpm
sudo yum install wp-cli
cd /path/to/wp
# rename website URL, no problem:
wp search-replace https://foo.example.com https://bar.example.com
Install bash completions:
yum install wp-cli-completion-bash
## Push to repo via CircleCi
[](https://circleci.com/gh/GetPageSpeed/wp-cli-rpm)