diff --git a/config/bash_completion.d/ee_auto.rc b/config/bash_completion.d/ee_auto.rc index d7238ba7..d30a6446 100644 --- a/config/bash_completion.d/ee_auto.rc +++ b/config/bash_completion.d/ee_auto.rc @@ -35,7 +35,7 @@ _ee_complete() "stack") COMPREPLY=( $(compgen \ - -W "install purge reload remove restart start status stop" \ + -W "install purge reload remove restart start status stop migrate" \ -- $cur) ) ;; @@ -82,7 +82,11 @@ _ee_complete() -W "--nginx --php --mysql --postfix --memcache --dovecot" \ -- $cur) ) ;; - + "migrate") + COMPREPLY=( $(compgen \ + -W "--mariadb" \ + -- $cur) ) + ;; "list") COMPREPLY=( $(compgen \ -W "--enabled --disabled" \