restoreArtifacts
Restore artifacts of an archived version
Format
udclient [global-args...] [global-flags...]
restoreArtifacts [parameters] [archiveZip]
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| component | string | false | Name/ID of the Component (Optional, required if version name specified instead of id |
| version | string | true | Name/ID of the version |
| archiveZip | file | true | Zip file containing artifacts to be added to version. |
Example
udclient -username jsmith -password passwd
-weburl https://deployserver.example.com:8443
restoreArtifacts
-component MyComponent
-version 1.0
--data-binary @MyComponent_1.0.zipRelated REST command: Restore artifacts of an archived version.