7.53. fabric:version-delete

Abstract

delete the specified version

Synopsis

fabric:version-delete [ --help ] { Version }

Description

Delete the specified version.
Warning
This command also deletes all of the profile data associated with the deleted version.
Note
Be aware that Karaf does not handle leading and trailing zeros in version numbers. Numbers such as 1.10, 01.1, 1.1 will all be interpreted as 1.1. When specifying version numbers, any numbers with leading or trailing zeros must be enclosed in double quotes. For example, "1.10". This will force the number to be interpreted as presented.

Arguments

Table 7.53, “fabric:version-delete Arguments” describes the command's arguments.

Table 7.53. fabric:version-delete Arguments

ArgumentInterpretation
--help Displays the online help for this command
Version (Required) The version to delete.