Skip to content

Commit

Permalink
Fixed plugin documentation: added deploy plugin options. (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
borsothy authored and glennpratt committed Sep 7, 2016
1 parent 36c027e commit b45f47c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
to plugins may change dramatically in future versions.**

Moonshot supports adding plugins (implemented as a Ruby class) to the controller
that can perform actions before and after the `create`, `update`, `delete`,
that can perform actions before and after the `create`, `update`, `delete`, `deploy-code`,
`status` and `doctor` actions.

## Writing a Moonshot Plugin
Expand All @@ -18,6 +18,8 @@ methods:
- post_update
- pre_delete
- post_delete
- pre_deploy
- post_deploy
- pre_status
- post_status
- pre_doctor
Expand Down

0 comments on commit b45f47c

Please sign in to comment.