DevCyle
devcycle is command line interface that helps to move files from development
to testing and testing to production
Right now, the following operations are supported:
** * Create folder
** * Move to Testing folder
** * Move to Deployment folder
** * List all file in testing folders
This CLI uses as default the following names for your folders:
** development
** testing
** production
It's also under the assumtion that you will have all 3 folders under the same
folder, for instance if you application ame is "my-app", your folder estructure
will look like this:
../my-app/development
../my-app/testing
../my-app/production
Type "devcycle -h" for an overview of the supported arguments.