You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Rails and other stacks that offer a REPL, we should be able to infer that and drop into a console by running hl console which could run something along the lines of docker exec -it <app_name> /bin/bash -c "bin/rails c"
For Rails and other stacks that offer a REPL, we should be able to infer that and drop into a console by running
hl consolewhich could run something along the lines ofdocker exec -it <app_name> /bin/bash -c "bin/rails c"