mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 04:00:36 +01:00
Update plugin-creation.md
Add a reminder to set the correct permissions for executable files.
This commit is contained in:
@@ -119,6 +119,7 @@ version = "0.1.0"
|
||||
|
||||
A few notes:
|
||||
|
||||
- Don't forget to `chmod +x` your executable files.
|
||||
- You should always support `DOKKU_TRACE` as specified on the 2nd line of the plugin.
|
||||
- If your command requires that an application exists, ensure you check for it's existence in the manner prescribed above.
|
||||
- A `help` command is required, though it is allowed to be empty. Also, the command syntax will need to separated by `, ` in order to maintain columnar output alignment.
|
||||
|
||||
Reference in New Issue
Block a user