An open API service indexing awesome lists of open source software.

https://github.com/v2e4lisp/godd

simple implementation of foreman in golang
https://github.com/v2e4lisp/godd

Last synced: about 2 months ago
JSON representation

simple implementation of foreman in golang

Awesome Lists containing this project

README

          

godd
------

```
COMMANDS:
godd check # Validate Procfile
godd start [PROCESS] # Start all processes(or a specific PROCESS)
godd run [COMMAND] # Load the dot env file and run any command.
godd version # Show version

OPTIONS:
-d=".": specify working dir
-e=".env": specify dot env file
-f="Procfile": specify Procfile
```