npm run task -- <task>:<subtask> args...
remove build files
build typescript to build folder
send build folder and necessary files to server
restart forever in remote server
start docker container with mysql database
stop docker container with mysql database
access mysql shell
backup local database to backup.sql
file
restore backup.sql
into local database
starts phpMyAdmin web client in http://localhost:8006 or http://localhost:PORT
deploys backup.sql
to remote database
starts forever
stops forever
restarts forever
runs a task on remote server