-
Notifications
You must be signed in to change notification settings - Fork 1
Usage
Norbert Wagner edited this page Feb 25, 2021
·
1 revision
- -init - initializing godemon project
- -name= - passing name parameter to project
- -cnf= - type of method - could be - deploy, cnf, cmd
- -os= - passing the os parameter to project
- -arch= - passing the architecture parameter to project
- -command= - passing the command parameter to project
- -modOrFile= - passing the modOrFile parameter to project - module or single file
- -path= - passing the path parameter to project
- -help
{
"name": "test2",
"arch": "amd64",
"os": "linux",
"dev-vars": [
{
"key": "PORT",
"value": "8800"
}
],
"commands": [
{
"name": "run",
"file": "mod"
}
]
}name - name of project
arch - project architecture
os - project os
dev-vars - array of os variables:
- Key - name of variable
- Value - value of variable
commands - array of commands:
- Name - name of command
- file - single file or mod
The godemon book, made by Norbert Wagner ( nProgrammer )