Skip to content

Show depends tree for failed command #187

@kindermax

Description

@kindermax

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'
    ^^^^^^^^^

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions