golemfactory / dapp-manager

GNU Lesser General Public License v2.1
5 stars 4 forks source link

As a developer, I want dapp-manager to support a "prune" command #93

Closed grisha87 closed 1 year ago

grisha87 commented 1 year ago

Why?

... so that we can cleanup resources of applications which are dead (residing log files and other artefacts of the execution).

What needs to be changed?

We would like to request a dapp-manager prune command which after confirmation will remove/clean-up data left after executing the apps (inspired by docker [type] prune.

Acceptance Criteria

shadeofblue commented 1 year ago

@grisha87 dapp-manager already supports prune...

I mean:

$ dapp-manager
Usage: dapp-manager [OPTIONS] COMMAND [ARGS]...

Options:
  --help  Show this message and exit.

Commands:
[...]
  prune         Remove data for non-running apps.
[...]

is is there anything else that you need here?

grisha87 commented 1 year ago

Nope :) I wasn't aware about its presence. Thanks!