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
Requires
- php: >=4.0.0
- andreekeberg/serialized-search-replace: ^1.1
This package is auto-updated.
Last update: 2025-03-10 12:04:36 UTC
README
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.