dokku / dokku-daemon

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

Unable to use some commands #23

Closed liamcottle closed 5 years ago

liamcottle commented 5 years ago

It appears that the checking of a valid command prevents some commands from working.

When sending the command config:set --no-restart app key=value to the daemon, Invalid Command is returned.

I can bypass this by disabling the valid command checks in the daemon script, but I'm sure they're there for security reasons.

josegonzalez commented 5 years ago

What version of Dokku are you running?

liamcottle commented 5 years ago

0.12.12

josegonzalez commented 5 years ago

This was a bug in how the help output is generated in golang plugins, please upgrade to the latest version of Dokku.

liamcottle commented 5 years ago

Updated to v0.14.5 and after restarting the dokku-daemon service, all is working. Thanks dude!