[bash] Update hrtest alias

This commit is contained in:
2026-02-18 11:12:28 -05:00
parent 90000d76c1
commit 9d4dd2863c

View File

@ -31,12 +31,13 @@ alias clear_incoming="sudo find /tank/videos/incoming -type d -maxdepth 1 -minde
alias lk="load_keys"
# Hungryroot
alias hrtest="$HUNGRYROOT_DIR/manage.py test"
alias hrtest="$HUNGRYROOT_DIR/manage.py test --keepdb"
alias hr="cd $HUNGRYROOT_DIR"
alias hrdj="(cd $HUNGRYROOT_DIR && just django)"
alias hrdjsh="(cd $HUNGRYROOT_DIR && just djshell)"
alias hrqa="(cd $HUNGRYROOT_DIR && just ecs-exec qa)"
alias hrstg="(cd $HUNGRYROOT_DIR && just ecs-exec staging)"
alias hrprod="(cd $HUNGRYROOT_DIR && just ecs-exec prod)"
alias hrlogs="tail -f -n 50 /tmp/hungryroot-django.log"
alias hrdc="(cd $HUNGRYROOT_DIR && just docker-run)"
alias hrotp="pass otp work/hungryroot/okta"