pass
📗 Samples
📗 Tests
- app --version, -v
- app --help, -h
To build an application for windows make script/build.cmd
app
Application app - application for running processes
app exec
- 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
Sample run server without parameters
app.exe exec
Sample run with parameters
app.exe ^
"exec" ^
"--port=9000" ^
"--auth_user=user" ^
"--auth_pass=****"