clear naming of deploy function lifecycle events

This commit is contained in:
doapp-ryanp 2016-10-28 11:17:00 -05:00
parent 012e0f4aa8
commit 5a485fbf95

View File

@ -39,7 +39,7 @@ class Deploy {
usage: 'Deploy a single function from the service',
lifecycleEvents: [
'initialize',
'zipFunction',
'packageFunction',
'deploy',
],
options: {