DISTRIBUTION: How to delete the release bundle along with artifacts from the release bundle repo Via UI or JFrog CLI
In this article, we will learn how to delete the release bundle along with artifacts from the release bundle repo Via JFrog CLI and UI
Prerequisites
JFrog CLI
Once the distribution is completed, the bundle should be available in the “release bundle” repo. You may find the ref in below screenshot:
To delete this bundle from the release bundle repo, we need to select the “Delete also from JFrog Distribution” option. Otherwise, unwanted bundles will be present in the release bundle repo.
With JFrog CLI:The below command helps us delete the release bundle and the command should include “--delete-from-dist=true”
#jf ds rbdel myApp 1.0.0 --delete-from-dist=true