Fuse 6 is no longer supported
As of February 2025, Red Hat Fuse 6 is no longer supported. If you are using Fuse 6, please upgrade to Red Hat build of Apache Camel.fabric:profile-rename
Name
fabric:profile-rename, profile-rename — rename the specified version of the source profile (where the version defaults to the current default version)
Synopsis
fabric:profile-rename  [
					--help
				] [
					--version Version
				] [
					-f
				] [
					--force
				] {
					OldName
				} {
					NewName
				}
Arguments
| Argument | Interpretation | 
|---|---|
--help | Displays the online help for this command. | 
--version | The profile version to rename. Defaults to the current default version. | 
-f, --force | Flag to allow replacing the target profile (if it already exists). | 
OldName | The current name of the profile. | 
NewName | The new name of the profile. |