feat(custom-commands): add rut for docker-compose with autocompletion

This commit is contained in:
Oliver
2026-01-21 16:06:29 +01:00
parent 365c351cdf
commit 72a88e79e1
2 changed files with 10 additions and 0 deletions

View File

@@ -86,6 +86,10 @@ function rutvrm () {
docker-compose exec -T mysql mysql --host=mysql --password=deadbeef --database=vrm_testing < tests/resources/db/*.sql
}
function rut() {
rutvrm && docker compose exec app composer test "$@"
}
alias yas="yarn serve"
alias yai="yarn install"