andreekeberg/wp-search-replace-cli

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

1.1.0 2020-09-10 01:01 UTC

This package is auto-updated.

Last update: 2024-03-10 09:50:38 UTC


README

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.