Browse Source

Defined hooks in stack install class

feature/plugin
gau1991 10 years ago
parent
commit
afd5f9c6b7
  1. 1
      ee/cli/plugins/stack.py

1
ee/cli/plugins/stack.py

@ -49,6 +49,7 @@ class EEStackController(CementBaseController):
stacked_on = 'base'
stacked_type = 'nested'
description = 'Stack command manages stack operations'
define_hooks = ['stack_install_hook', 'stack_remove_hook']
arguments = [
(['--all'],
dict(help='Install all stack', action='store_true')),

Loading…
Cancel
Save