Skip to content

Implement some sort of a clean or on_stop directive #34

@kindermax

Description

@kindermax

It may be useful to declare cleanup command.

Example:

commands:
  run: 
   cmd: |
     docker-compose up some-service -d
     npm run app
   on_stop:
     docker-compose down

I will allow to explicitly declare what to do when a command stopped either by error or Ctrl+c

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions