Export or clone a project
Export
You can export your plugin or theme source code with one command:
$ wordup export
Export installation
If you want to export the complete WordPress installation (SQL-backup included) you have to run:
$ wordup export installation
Installation from a backup
If you have exported a WordPress installation with Wordup, you are able to setup a new local WordPress installation with:
$ wordup install --archive=backup-in-your-dist-folder.tar.gz
Clone a project
If you have a Wordup account you can test your local development with just one command in the cloud.
This handy feature is very useful if you want to show a client or a colleague your current development process.
Just go to your project folder and type:
$ wordup cloud:clone