-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
I noticed that only alphabeticaly-last plugin commands can be executed, even if all of them are displayed on "help".
For example, with a fresh install of dokku:
$ pluginhook commands help
logs <app> Show the last logs for an application
url <app> Show the URL for an application
$ pluginhook commands url myapp # Nginx plugin
http://myapp.mydomain.com
$ pluginhook commands logs myapp # 00_dokku-standard plugin
$ (no output)
By extension dokku logs myapp does not work on dokku ;)
Metadata
Metadata
Assignees
Labels
No labels