Skip to content

Add UserInput to uninstall CLI action

In the (9.12) package manager, when uninstalling a Bundle package, there is a user dialog asking if you want to uninstall each individual package. We should have something similar in the uninstall CLI action (using UserInput)

See below:

image

So this kind of functionality should be enabled when doing e.g

>tap package uinstall DMM
Remove DMM-API? y/N
>y
Remove DMM Instruments y/N
>y
Remove DMM Test Steps y/N
>y
...
Edited by Rolf Madsen