Skip to content

Add artifact "clean" command in CLI. #74

Description

@martindurant

In addition, it would be nice if not only file-based artifacts can clean themselves in another process. I mean, if a CLI invocation starts a process/service (or deployment, later), then it should be possible to kill it through a new CLI invocation, i.e., in another process. That would mean looking for the exact command and signalling TERM (I guess using psutil). Also, a similar technique could be used to see whether the process is already running, so we report "done" rather than "clean" and don't attempt to remake the process/service on make() (which often fails, e.g., for webapps trying to reuse a port).

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions