- app --version, -v
- app --help, -h
To build an application for windows make script/build.cmd
Application app - application for running processes
- app -h - help command
- app exec, app e - run aplication
- app exec --help, -h
Configuration exec.json file
{
"port": {APP_PORT},
"auth_user": "{APP_AUTH_USER}",
"auth_pass": "{APP_AUTH_PASS}"
}Sample run server without parameters
app.exe execSample run with parameters
app.exe ^
"exec" ^
"--port=9000" ^
"--auth_user=user" ^
"--auth_pass=****"