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
do_commands:
docs: muss run something-to-generate docs
pg_dump: muss run postgres env PGDATABASE=cluster3 pg_dump -h postgres -U postgres > tmp/muss.dumpall.sql
pg_restore: muss exec postgres psql -h localhost -U get_smart -d postgres -f - < tmp/muss.dumpall.sql
Not sure about the command syntax though... do we put muss run in front of everything for maximum flexibility? or assume that commands would be run in a given container?
Then the do commands would be discoverable through muss help.
The text was updated successfully, but these errors were encountered:
Not sure about the command syntax though... do we put
muss run
in front of everything for maximum flexibility? or assume that commands would be run in a given container?Then the
do
commands would be discoverable throughmuss help
.The text was updated successfully, but these errors were encountered: