forego icon indicating copy to clipboard operation
forego copied to clipboard

Foreman in Go

Results 17 forego issues
Sort by recently updated
recently updated
newest added

## Report error exit status Adds support for supplying an explicit exit status that will be used if any of the managed processes exit with non-zero status. This is useful...

Plus, replace Godep/vendor with go mod Edit: Just realised this doesn't do the docker release, is the docker image used often?

It has been four years since last release. Also you might want to migrate to use go mod builds.

Recently, forego has date-format tags but these tags are incompatible with go module tags. ref: https://github.com/golang/go/wiki/Modules#modules > Modules must be semantically versioned according to semver, usually in the form v(major).(minor).(patch),...

https://dl.equinox.io/ddollar/forego/stable returns 404

"forego start" exits immediately with doing nothing written in Procfile on macOS. ## How to reproduce ```sh GO111MODULE=off go get -u github.com/ddollar/forego echo "echo: echo Hello" > Procfile.hello forego start...

I was wondering if there's a way to prevent a .env file from overwriting an existing env var. Consider the following example: ```shell ❯ cat .env FOO="Using .env" ❯ FOO="Using...

This PR is a rebased version of #122 with a couple more commits added by me. That original PR improves the error handling and adds automatic disabling of color output...

This would be a nice feature.

While examining processes and thread on our Docker-hosts, I found: ``` root 32287 32216 0 Sep07 ? 00:01:01 forego start -r -f /root/Procfile root 32293 32287 0 Sep07 ? 00:00:00...