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
- Host: GitHub
- URL: https://github.com/v2e4lisp/godd
- Owner: v2e4lisp
- Created: 2015-04-23T18:32:19.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-07T01:19:29.000Z (over 10 years ago)
- Last Synced: 2025-03-05T15:24:35.201Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 219 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```