Red Hat Training

A Red Hat training course is available for Red Hat Fuse

9.44. fabric:profile-import

Abstract

imports a profile from the specified location

Synopsis

fabric:profile-import { ProfileSource }

Description

The fabric:profile-import command allows you to import profiles stored in the form of ZIP files.
The ZIP files can be accessed using a URL:
fabric:profile-import /path/to/profile/location/profiles.zip
Or you can use maven coordinates instead of a URL:
fabric:profile-import mvn:com.foo/location/1.0/profile/profiles.zip

Arguments

Table 9.44, “fabric:profile-import Arguments” describes the command's arguments.

Table 9.44. fabric:profile-import Arguments

ArgumentInterpretation
ProfileSourceThe location of the profile to be imported.