@perlatsp/devild
v0.1.6
Published
Initially created for exporting and replacing URL in a WP database.
Downloads
29
Readme
😈Devild - Wordpress DB export & replace the easy way
Database export and search replace for sql files
How to use
npm i -g @perlatsp/devild
to install it as a global package.- You can now access it by running
devild <command>
- NOTE! If you are using devilbox / docker containers you will need to do the above inside the container.
Available commands
devild
ordevild help
- Will display help message with available commandsdevild db:export
- Will ask credentials to export databasedevild db:replace
- Will ask questions to replace url in the exportedsql
filedevild install
- Will create sample config file to create projects repositories (name,type,url)-devild project:start
- Will ask questions to create a new project based upon set configurationsdevild project:add
- Will ask questions to add a new project to your configuration file
TODO
- [x] Search Replace in current dir
- [x] Create Project (WP or Laravel ) cloning set repos
- [x] Database Export
- [x] Database Replace
- [ ] CRUD config.json file
- [ ] Database Import
- [ ] SOMETHING ELSE