Skip to content
New issue

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

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

Already on GitHub? # to your account

Show depends tree for failed command #187

Open
kindermax opened this issue Jul 21, 2022 · 0 comments
Open

Show depends tree for failed command #187

kindermax opened this issue Jul 21, 2022 · 0 comments
Labels
good first issue Good for newcomers

Comments

@kindermax
Copy link
Collaborator

kindermax commented Jul 21, 2022

For commands like these:

commands:
  build-app:
     ...
  run-app:
    depends: [build-app]
    ...

if build-app fails we show:

failed to run command 'build-app': exit status 130
failed to run command 'run-app': exit status 130

But we can make it something like

'run-app' ->
   'build-app' failed: exit status 130
    ^^^^^^^^^

or with more verbosity

'build-app' failed: exit status 130

'run-app' ->
   'build-app'
    ^^^^^^^^^
@kindermax kindermax added the good first issue Good for newcomers label Jul 21, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant