Skip to content

aleclarson/wp-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wp-dev v0.0.1

Command line tool for managing WordPress installations ✏️

 

Commands

All commands should be performed while in the root directory of your project.

auth

Setup authorization for the remote MySQL database.

Run this command to refresh the contents of the auth.json file. The wp-config.php file is loaded and database-related constants are extracted into the auth.json file.

backup

Create a backup of the remote MySQL database.

The default filename is ./backup.sql.

The mysqldump executable must exist.

pull

Import the remote database into your local database.

The options table is not imported to avoid issues.

Existing rows may be overwritten, but never deleted.

 

License

MIT

About

CLI tools for local WordPress development

Topics

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors