|
@ -20,7 +20,7 @@ class EESecureController(CementBaseController): |
|
|
label = 'secure' |
|
|
label = 'secure' |
|
|
stacked_on = 'base' |
|
|
stacked_on = 'base' |
|
|
stacked_type = 'nested' |
|
|
stacked_type = 'nested' |
|
|
description = ('clean command cleans different cache ') |
|
|
description = ('Secure command secure auth, ip and port') |
|
|
arguments = [ |
|
|
arguments = [ |
|
|
(['--auth'], |
|
|
(['--auth'], |
|
|
dict(help='secure auth', action='store_true')), |
|
|
dict(help='secure auth', action='store_true')), |
|
|