Closed grisha87 closed 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?
Nope :) I wasn't aware about its presence. Thanks!
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 bydocker [type] prune
.Acceptance Criteria