ipm icon indicating copy to clipboard operation
ipm copied to clipboard

Allow `unpublish` command to skip user prompt if given `-force` flag

Open isc-dchui opened this issue 3 months ago • 0 comments

Some of the integration tests publish to a registry and it would be nice to be able to clean this up by unpublishing. Unfortunately unpublish currently requires a user to respond. This seems like the perfect case for adding a -force flag that skips this step. It should still respect the repo settings about whether unpublish is allowed.

Also there should be better documentation that unpublish accepts a repository name using the unpublish <repository>/<module-name> <module-version> syntax

isc-dchui avatar Oct 29 '25 15:10 isc-dchui