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

I have a process that doesn't always respond to the SIGTERM signal and remains running; however invoker shuts down and loses track of this PID leaving an orphaned process around;...

I installed Network Link Conditioner from Xcode, to test a slow internet connection on my mac. http://stackoverflow.com/questions/9659382/installing-apples-network-link-conditioner-tool After installing it, all my tld requests to port 80 are not working,...

- e.g. Services running in Docker containers on Mac OS X need to be accessed via Docker VM IP address instead of OS X's localhost. On Mac OS X, dockerized...

If I don't have an internet connection, there seems to be an issue with running invoker and my browser fails to go to web.dev. Is there any workaround for this?...

Support targeting specific subdomain and paths: ``` ini [www.myapp] directory = /Users/bob/rails/ command = rails s -p $PORT [www.myapp/search] directory = /Users/bob/search/ command = searchd -p $PORT [www.myapp/chat] directory =...

Like pow does with xip.io. https://signalvnoise.com/posts/3191-announcing-pow-040-with-xipio-support

looks like eventmachine doesn't support ipv6, when i tried invoker with ipv6 (puma in particular), i don't see invoker proxying responses from server. any ideas?

I've tried adding support for groups. Here's an example invoker.ini ``` [memcached] command = /usr/local/opt/memcached/bin/memcached disable_autorun = true group = db [postgres] command = /usr/local/Cellar/postgresql/9.3.5_1/bin/postgres -D /usr/local/var/postgres group = db...

right now, once i do `sudo invoker setup`, there is no way to know whether my `.dev` support is working properly or not. i would request to add another command,...

enhancement

This is a rough idea and will need some thinking before implementing.