addVersionLink

Add a link on a version
This command adds an external link on the specified component version.

Format

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

Parameters

Example

udclient -username jsmith -password passwd 
  -weburl https://myserver.example.com:8443
  addVersionLink 
  -component JPetStore-APP 
  -version 1.0 
  -linkName "Link to IBM web site" 
  -link http://www.ibm.com

Related REST command: Add a link on a version.


Feedback