Skip to content

karpovdl/app

Repository files navigation

pass

License golang

📗 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 -h - help command

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=****"

About

Application for running processes

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published