archiveVersion

Archive the given versions of a component

Format

udclient [global-args...] [global-flags...]
  archiveVersion [parameters]

Parameters

Table 1. Parameters
Parameter Type Required Description
component string true Name or ID of the component
version string true Name or ID of the version(s) to be archived. This option can be repeated to archive multiple versions.
path string false Deprecated. Archive path. An absolute path which overrides the System's archive path. Must be enabled on the server.

Example

udclient -username jsmith -password passwd 
  -weburl https://deployserver.example.com:8443
  archiveVersion
  -component MyComponent
  -version 1.0
  -version 1.2
  -version 1.3

Related REST command: Archive the given versions of a component.