- Notifications
You must be signed in to change notification settings - Fork4
Command line site URL administration tool for WordPress
License
kieranmasterton/wpurl
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
wpurl is a command line tool for updating the WordPress site URL.
Version: 0.1
Grab yourself a copy of wpurl:
git clonehttps://github.com/88mph/wpurl.git
Make wpurl executable:
chmod u+x /path/to/wpurl/wpurl
Make your life easier:
ln -s /path/to/wpurl/wpurl /usr/local/bin/wpurl OR add the folder that contains wpurl to your PATH.
cd /path/to/wordpress/docroot/
Checking the current site URL:
$ wpurl
Change the current site URL:
$ wpurlhttp://newsiteurl.com
Change the current site URL if you have customised your wp-config.php:
$ wpurlhttp://newsiteurl.com --dbname=example_db --dbuser=example_user --dbpassword=letmein --dbhost=localhost --tableprefix=wp_
GNU General Public License
Developed by Kieran Mastertonkieran@88mph.com and Jon Reeks at 88MPH -http://88mph.com
Credit must go to the developers of drush the Drupal command line tool for their shell wrapper we modified for use with wpurl -http://drupal.org/project/drush
About
Command line site URL administration tool for WordPress
Resources
License
Uh oh!
There was an error while loading.Please reload this page.