-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
Description
Currently only on default :pretty format I can see within's value:
DEBUG [b165746b] Running if test ! -d /var/www; then echo "Directory does not exist '/var/www'" 1>&2; false; fi on localhost
DEBUG [b165746b] Command: if test ! -d /var/www; then echo "Directory does not exist '/var/www'" 1>&2; false; fi
INFO [f9a188e9] Running /usr/bin/env vendor/bin/phinx migrate on localhost
DEBUG [f9a188e9] Command: cd /var/www && /usr/bin/env vendor/bin/phinx migrate
Under air I can't and should guess this:
00:00 deploy:db_migrate
01 vendor/bin/phinx migrate
It would be nice to see something like:
00:00 deploy:db_migrate
01 within: /var/www
01 vendor/bin/phinx migrate
I dont' know which label, icon better to use.
May be also remove deploy_to from all pathes, but what I need to see is concrete path, where current command executed.
Reactions are currently unavailable