libexec/migrate in alpha_omega-0.0.182 vs libexec/migrate in alpha_omega-0.0.183
- old
+ new
@@ -124,13 +124,17 @@
shell)
bundle exec cap "$@" shell
;;
compare)
- bundle exec cap "$@" deploy:compare
+ bundle exec cap "$@" deploy:lock_compare deploy:compare
;;
+ repl)
+ bundle exec cap "$@" deploy:lock_compare deploy:repl
+ ;;
+
migrate)
want_list=
if [[ $1 = "list" ]]; then
want_list=1; shift
fi
@@ -165,10 +169,10 @@
echo "running migration $migratio"
elif [[ -n $want_list ]]; then
echo "listing migrations"
fi
- bundle exec cap "$@" deploy:migrate
+ bundle exec cap "$@" deploy:lock_migrate deploy:migrate
;;
*)
bundle exec cap "$@"
;;