@@ -74,17 +74,17 @@ _ee_complete()
7474 # HANDLE EVERYTHING AFTER THE THIRD LEVEL NAMESPACE
7575 "install" | "purge" | "remove" )
7676 COMPREPLY=( $(compgen \
77- -W "--pagespeed --web --admin --mail --nginx --php --mysql --postfix --wpcli --phpmyadmin --adminer --utils --all --mailscanner --hhvm" \
77+ -W "--pagespeed --web --admin --mail --nginx --php --mysql --postfix --wpcli --phpmyadmin --adminer --utils --all --mailscanner --hhvm --redis --phpredisadmin " \
7878 -- $cur) )
7979 ;;
8080 "upgrade" )
8181 COMPREPLY=( $(compgen \
82- -W "--web --mail --nginx --php --mysql --postfix --all --hhvm --php56 --no-prompt" \
82+ -W "--web --mail --nginx --php --mysql --postfix --all --hhvm --php56 --no-prompt --wpcli " \
8383 -- $cur) )
8484 ;;
8585 "start" | "stop" | "reload" | "restart" | "status")
8686 COMPREPLY=( $(compgen \
87- -W "--nginx --php --mysql --postfix --memcache --dovecot" \
87+ -W "--nginx --php --mysql --postfix --memcache --dovecot --redis " \
8888 -- $cur) )
8989 ;;
9090 "migrate")
@@ -165,13 +165,13 @@ _ee_complete()
165165
166166 "create")
167167 COMPREPLY=( $(compgen \
168- -W "--user --pass --email --html --php --mysql --wp --wpsubdir --wpsubdomain --w3tc --wpfc --wpsc --hhvm --proxy= --pagespeed" \
168+ -W "--user --pass --email --html --php --mysql --wp --wpsubdir --wpsubdomain --w3tc --wpfc --wpsc --hhvm --proxy= --pagespeed --wpredis " \
169169 -- $cur) )
170170 ;;
171171
172172 "update")
173173 COMPREPLY=( $(compgen \
174- -W "--password --php --mysql --wp --wpsubdir --wpsubdomain --w3tc --wpfc --wpsc --hhvm --hhvm=off --pagespeed --pagespeed=off" \
174+ -W "--password --php --mysql --wp --wpsubdir --wpsubdomain --w3tc --wpfc --wpsc --hhvm --hhvm=off --pagespeed --pagespeed=off --wpredis " \
175175 -- $cur) )
176176 ;;
177177 "delete")
@@ -217,9 +217,9 @@ _ee_complete()
217217 "--wp" | "--wpsubdir" | "--wpsubdomain")
218218 if [ ${COMP_WORDS[1]} != "debug" ]; then
219219 if [ ${COMP_WORDS[2]} == "create" ]; then
220- retlist="--w3tc --wpfc --wpsc --pagespeed --hhvm --user --email --pass"
220+ retlist="--w3tc --wpfc --wpsc --pagespeed --hhvm --user --email --pass --wpredis "
221221 elif [ ${COMP_WORDS[2]} == "update" ]; then
222- retlist="--w3tc --wpfc --wpsc --pagespeed --hhvm --pagespeed=off --hhvm=off"
222+ retlist="--w3tc --wpfc --wpsc --pagespeed --hhvm --pagespeed=off --hhvm=off --wpredis "
223223 else
224224 retlist=""
225225 fi
@@ -233,11 +233,11 @@ _ee_complete()
233233 -- $cur) )
234234 ;;
235235
236- "--pagespeed" | "--hhvm")
236+ "--pagespeed" | "--hhvm" | "--wpredis" )
237237 if [ ${COMP_WORDS[2]} == "create" ]; then
238- retlist="--user --pass --email --html --php --mysql --wp --wpsubdir --wpsubdomain --w3tc --wpfc --wpsc --hhvm --pagespeed --experimenal"
238+ retlist="--user --pass --email --html --php --mysql --wp --wpsubdir --wpsubdomain --w3tc --wpfc --wpsc --hhvm --pagespeed --experimenal --wpredis "
239239 elif [ ${COMP_WORDS[2]} == "update" ]; then
240- retlist="--password --php --mysql --wp --wpsubdir --wpsubdomain --w3tc --wpfc --wpsc --hhvm --hhvm=off --pagespeed --pagespeed=off --experimenal"
240+ retlist="--password --php --mysql --wp --wpsubdir --wpsubdomain --w3tc --wpfc --wpsc --hhvm --hhvm=off --pagespeed --pagespeed=off --experimenal --wpredis "
241241 else
242242 retlist=""
243243 fi
@@ -248,11 +248,11 @@ _ee_complete()
248248 -- $cur) )
249249 ;;
250250
251- "--web" | "--admin" | "--mail" | "--nginx" | "--php" | "--mysql" | "--postfix" | "--wpcli" | "--phpmyadmin" | "--adminer" | "--utils" | "--memcache" | "--dovecot")
251+ "--web" | "--admin" | "--mail" | "--nginx" | "--php" | "--mysql" | "--postfix" | "--wpcli" | "--phpmyadmin" | "--adminer" | "--utils" | "--memcache" | "--dovecot" | "--redis | --phpredisadmin" )
252252 if [[ ${COMP_WORDS[2]} == "install" || ${COMP_WORDS[2]} == "purge" || ${COMP_WORDS[2]} == "remove" ]]; then
253- retlist="--web --admin --mail --nginx --php --mysql --postfix --wpcli --phpmyadmin --adminer --utils --memcache --dovecot"
253+ retlist="--web --admin --mail --nginx --php --mysql --postfix --wpcli --phpmyadmin --adminer --utils --memcache --dovecot --redis --phpredisadmin "
254254 elif [[ ${COMP_WORDS[2]} == "start" || ${COMP_WORDS[2]} == "reload" || ${COMP_WORDS[2]} == "restart" || ${COMP_WORDS[2]} == "stop" ]]; then
255- retlist="--nginx --php --mysql --postfix --memcache --dovecot"
255+ retlist="--nginx --php --mysql --postfix --memcache --dovecot --redis "
256256 elif [[ ${COMP_WORDS[1]} == "debug" ]]; then
257257 retlist="--start --nginx --php --fpm --mysql -i --interactive -stop --import-slow-log --import-slow-log-interval= -"
258258 if [[ $prev == '--mysql' ]]; then
@@ -290,7 +290,7 @@ _ee_complete()
290290 elif [ ${COMP_WORDS[2]} == "delete" ]; then
291291 retlist="--db --files"
292292 elif [ ${COMP_WORDS[2]} == "update" ]; then
293- retlist="--password --php --mysql --wp --wpsubdir --wpsubdomain --w3tc --wpfc --wpsc --hhvm --hhvm=off --pagespeed --pagespeed=off"
293+ retlist="--password --php --mysql --wp --wpsubdir --wpsubdomain --w3tc --wpfc --wpsc --hhvm --hhvm=off --pagespeed --pagespeed=off --wpredis "
294294 else
295295 retlist=""
296296 fi
@@ -339,7 +339,7 @@ _ee_complete()
339339 case "$mprev" in
340340 "--user" | "--email" | "--pass")
341341 if [ ${COMP_WORDS[2]} == "create" ]; then
342- retlist="--user --pass --email --html --php --mysql --wp --wpsubdir --wpsubdomain --w3tc --wpfc --wpsc --hhvm --pagespeed"
342+ retlist="--user --pass --email --html --php --mysql --wp --wpsubdir --wpsubdomain --w3tc --wpfc --wpsc --hhvm --pagespeed --wpredis "
343343 fi
344344 ret="${retlist[@]/$prev}"
345345 COMPREPLY=( $(compgen \
0 commit comments