Merge pull request #1780 from jvanbaarsen/add-domain-plugin-documentation

Add documentation for the new domain plugin hooks
This commit is contained in:
Michael Hobbs
2015-12-16 13:59:53 -08:00

View File

@@ -546,9 +546,9 @@ echo false
### `post-domains-update`
- Description: Allows you to run commands once the domain for an application has been updated.
- Description: Allows you to run commands once the domain for an application has been updated. It also sends in the command that has been used. This can be "add", "clear" or "remove". The third argument will be the optional list of domains
- Invoked by: `dokku domains:add`, `dokku domains:clear`, `dokku domains:remove`
- Arguments: `$APP`
- Arguments: `$APP` `action name` `domains`
- Example:
```shell