andreekeberg / wp-search-replace-cli

Command line tool to replace serialized strings in WordPress database dump files

Home Page:https://packagist.org/packages/andreekeberg/wp-search-replace-cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WP Search Replace CLI

Latest Stable Version Total Downloads License

Command line tool to replace serialized strings in WordPress database dump files.

Requirements

  • PHP 4.0.0 or higher

Installation

composer global require andreekeberg/wp-search-replace-cli

Usage

wp-search-replace [options]

Options

Option Description Default
--input, -i Path to input file
--search, -s The value being searched for
--replace, -r Replacement string
--output, -o Path to output file (optional) STDOUT

Contributing

Read the contribution guidelines.

Changelog

Refer to the changelog for a full history of the project.

License

WP Search Replace CLI is licensed under the MIT license.

About

Command line tool to replace serialized strings in WordPress database dump files

https://packagist.org/packages/andreekeberg/wp-search-replace-cli

License:MIT License


Languages

Language:PHP 99.0%Language:Batchfile 1.0%