app

command module
v0.0.0-...-7e1574f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 24, 2023 License: MIT Imports: 16 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL