dokku / dokku-daemon

A daemon wrapper around dokku
MIT License
32 stars 13 forks source link

Add the ability to clear the command cache #2

Closed josegonzalez closed 8 years ago

joshmcrae commented 8 years ago

As it currently stands, valid command names are cached in a single file and checked any time a command is issued to the daemon. Clients may send the command "refresh" to the daemon which will result in the cache being replaced with an up-to-date list of the names.

@josegonzalez From what I can see this enhancement is already a feature so I'll close the issue, but please let me know if I've misunderstood :)

josegonzalez commented 8 years ago

Ah, refresh is already a command? Guess I didn't read your code carefully enough!