此内容没有您所选择的语言版本。
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.
Argument | Interpretation |
---|---|
ProfileSource | The location of the profile to be imported. |