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
./vessel php ... - execute arbitrary php commands in the container
./vessel node ... - execute node inside the container (previously only npm, yarn had a command)
./vessel ssh [app|mysql] - executes "bash" inside the container (note: it's not actually SSH)
./vessel mysql - log into the mysql database and set the current database to the one set by env vars (so you won't need to run use some_db in the mysql shell)