Command Central 10.15 | Using the Command Line Interface | Repository Commands | sagcc exec repository fixes export
 
sagcc exec repository fixes export
Generates a fix image archive from a fix repository.
Syntax
*Command Central syntax:
sagcc exec repository fixes export repo_Name      
dest=filename.zip artifacts=fixName1[_version],fixName2[_version]        
[platform=OS_Id] [options]
*Not supported by Platform Manager.
Arguments and Options
Argument or Option
Description
repo_name
Required. Specifies the name of the repository from which you want to generate a fix image archive.
dest=filename.zip
Required. A name for the generated fix image archive.

artifacts=fixName1[_version], 
fixName2[_version]
Required. The names of the fixes to include in the image file. Specifying the fix version is optional.
Important:
When a support patch has different versions and you want to export a specific version of the patch, you must specify the fully qualified ID and version of the support patch in the artifacts argument.
[platform=OS_Id]
Optional. The ID of the operating system for which to export files.
[options]
Optional. The command allows all options supported by the Command Line Interface. For a description of the options, see Common Options.
Example When Executing on Command Central
To generate a fix image archive with name “myfixes.zip” that contains a fix with name “wMFix.SPM.TEST” from the Empower repository:
sagcc exec repository fixes export Empower dest=myfixes.zip      
artifacts=wMFix.SPM.TEST