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

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

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

[![CircleCI](https://circleci.com/gh/GetPageSpeed/wp-cli-rpm.svg?style=svg)](https://circleci.com/gh/GetPageSpeed/wp-cli-rpm)