Skip to content
This repository was archived by the owner on Apr 30, 2021. It is now read-only.

Latest commit

 

History

History
39 lines (24 loc) · 841 Bytes

File metadata and controls

39 lines (24 loc) · 841 Bytes

Lyfter wp-cli toobox

This wp-cli package is a toolbox containing useful commands for Wordpress development

Installing

Naturally this package requires wp-cpi. If you do not have wp-cli installed on your machine, visit https://wp-cli.org/#installing to install.

After installing wp-cli you're ready to install this package using the package command:

 wp package install https://github.com/lyfter/wp-cli-toolbox.git

Usage

NAME

  wp lyfter

DESCRIPTION

  Toolbox containing useful commands for Wordpress development.

SYNOPSIS

  wp lyfter <command>

SUBCOMMANDS

  replace         Global search and replace for the wp database.

replace

Searches all the posts, postmeta and options for the given value and replaces it. Keeping any serialised arrays in mind.

wp lyfter replace <find> <replace>