Closed liamcottle closed 5 years ago
What version of Dokku are you running?
0.12.12
This was a bug in how the help output is generated in golang plugins, please upgrade to the latest version of Dokku.
Updated to v0.14.5
and after restarting the dokku-daemon
service, all is working. Thanks dude!
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.