Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show current within value #77

Open
garex opened this issue Mar 31, 2016 · 0 comments
Open

Show current within value #77

garex opened this issue Mar 31, 2016 · 0 comments

Comments

@garex
Copy link

garex commented Mar 31, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants