From 9d4dd2863c0969d0872820abc1e1a40ec6a4ca46 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Wed, 18 Feb 2026 11:12:28 -0500 Subject: [PATCH] [bash] Update hrtest alias --- bash/.aliases | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bash/.aliases b/bash/.aliases index fe1d0c7..90fc8db 100644 --- a/bash/.aliases +++ b/bash/.aliases @@ -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"