invoker icon indicating copy to clipboard operation
invoker copied to clipboard

An awesome utility to manage all your processes in development environment

Results 35 invoker issues
Sort by recently updated
recently updated
newest added

The proxy/balancer is broken in 1.5.8 as it uses the `transform_keys` method on `Hash`, which was as far as I can tell was introduced in Ruby 2.5.5. It is used...

After upgrading our Anyconnect client (from 4.2 to 4.4), Invoker seems to be broken while connected to the VPN. Anyone find a workaround? EDIT: This issue is specifically for MacOS,...

The crash is caused by https://github.com/eventmachine/eventmachine/issues/926 The solution is to wait for eventmachine to be updated and release the new version of Invoker that depends on the new version. Copying...

I'm trying to migrate from POW, but lets give Invoker the benefit of the doubt and greenfield a new app `rails create newapp && cd newapp`. I did.. ``` gem...

It would be nice if invoker could automatically start processes when a URL is visited, much like how pow automatically starts rails applications.

This invocation should expand to reference the user's home directory: ``` invoker start --certificate="~/mkcert.pem" --private-key="~/mkcert-key.pem" ``` It currently results in ``` `block in start_tls': Could not find ~/mkcert.pem for start_tls...

Similar issue seen with the ffi gem: https://github.com/ffi/ffi/issues/598 ![image](https://user-images.githubusercontent.com/14958021/47729036-d9c8e800-dc35-11e8-83ce-1291e7565385.png)

In some cases, you want to run your processes manually instead of relying on Invoker. These (minor) changes allow Invoker to be started with a config file defining such processes....

Hi, i am running _**invoker setup --tld testsite**_ from centos7 command prompt, but unfortunately i am facing the below error. `/usr/local/share/gems/gems/facter-2.5.1/lib/facter/core/execution/posix.rb:9: warning: Insecure world writable dir /root/.nvm/v9.4.0/bin in PATH, mode...