dokku-secure-apps
dokku-secure-apps copied to clipboard
Fix commands not being processed consistently
Hi,
I noticed running dokku secure-apps:help doesn't work, and actually there seems to be two issues:
- the plugin itself is named
secure-apps, but the commands aresecure:* - the
secure:helpis not reachable due to the waycommandsis implemented (initial check for args)
I'd propose fixing those issues by:
- supporting the
secure-apps:*namespace along the legacysecure:*one, maybe displaying a notice that using the latter is prefered - rework
:help, taking inspiration from, let's say, https://github.com/dokku/dokku-letsencrypt/blob/master/commands
I have granted you edit access to the repository so you are able to help maintain the plugin and fix issues like these.
If you like, you can still submit changes are PRs and I'm happy to review them, however, I haven't used Dokku in many years so my knowledge of Dokku is very out-of-date.
Thank you!