Update bash_completion with wo stack migrate
This commit is contained in:
@@ -35,7 +35,7 @@ _wo_complete()
|
||||
|
||||
"stack")
|
||||
COMPREPLY=( $(compgen \
|
||||
-W "upgrade install purge reload remove restart start status stop" \
|
||||
-W "upgrade install migrate purge reload remove restart start status stop" \
|
||||
-- $cur) )
|
||||
;;
|
||||
|
||||
@@ -82,6 +82,12 @@ _wo_complete()
|
||||
-W "--web --admin --utils --nginx --php72 --php73 --php74 --mysql --all --netdata --composer --phpmyadmin --adminer --dashboard --mysqltuner --wpcli --force" \
|
||||
-- $cur) )
|
||||
;;
|
||||
;;
|
||||
"migrate")
|
||||
COMPREPLY=( $(compgen \
|
||||
-W "--mariadb --force" \
|
||||
-- $cur) )
|
||||
;;
|
||||
"start" | "stop" | "reload" | "restart" | "status")
|
||||
COMPREPLY=( $(compgen \
|
||||
-W "--nginx --php --php72 --php73 --php74 --mysql --redis --fail2ban --ufw --netdata -proftpd" \
|
||||
|
||||
Reference in New Issue
Block a user