Is there anything wrong with putting the rest of Dokku's commands into plugins (like 00_dokku-standard kind-of does for some commands now)? For one thing, this would allow plugins to wrap the standard commands, allowing for things like multi-tenancy (a rudimentary "ownership" plugin could abort any command that operates on an an existing app with an "owner" different from the one connecting to the server).