unpacksca
Unpacks a Software Component Archive (SCA).
Syntax |
unpacksca [-excludedeployarchives|-exda] [-excludebuildarchives|-exba] [-excludesourcearchives|-exsa] [-extractmanifestfiles|-xmf] [-useoriginalpath|-uop] sourcefile targetdir |
Options |
|
[-excludedeployarchives|-exda] |
No Software Delivery Archives (SDAs) will be unpacked. |
[-excludebuildarchives|-exba] |
No Component Build Service build archives will be unpacked. |
[-excludesourcearchives|-exsa] |
No source archives will be unpacked. |
[-extractmanifestfiles|-xmf] |
The manifest files will be extracted. |
[-useoriginalpath|-uop] |
By default, the content of the SCA is unpacked to the file system, accordingly to the archive structure. For example, every deploy archive is extracted flat to the directory DEPLOYARCHIVES. By using this option, the file structure of the source system is used for the unpacking process. |
Arguments |
|
sourcefile |
The Software Component Archive (SCA) file to unpack. |
targetdir |
The location where to unpack the SCA file. |
Description |
Unpacks an SCA file. |
The SCA c:\di_test.sca is extracted into the directory c:\tmp:
unpacksca c:\di_test.sca c:\tmp