Live data from Hacker News

Invoker – A Process Manager

invoker.codemancers.com

11–12 of 12 posts

Re: Invoker – A Process Manager

#11
post #6
post #5

I think the only thing this is missing from Foreman is .env file support. I can use dotenv to load it up within my app, but I'd prefer it to be in the environment on boot. Also, it would be nice if we didn't need to specify a config file and would just auto-search for an invoker.ini or Procfile. Saves some keystrokes and makes your CLI a little nicer.

Although undocumented but Invoker does support .env files. It should detect and load if any of the directories contain a .env file. Please open issues if it does not work as expected.

Since it's not documented, the support for .env is unexpected!

I looked for a way to fork and update your documentation but didn't see one.

Re: Invoker – A Process Manager

#12
post #11
post #6

Earlier quoted context omitted.

Although undocumented but Invoker does support .env files. It should detect and load if any of the directories contain a .env file. Please open issues if it does not work as expected.

Since it's not documented, the support for .env is unexpected! I looked for a way to fork and update your documentation but didn't see one.

pull requests for documentation can be submitted via - https://github.com/code-mancers/invoker/tree/gh-pages
Post reply on HN