addComponentToApplication
Add a component to an application.
Format
udclient [global-args...] [global-flags...]
addComponentToApplication [parameters]
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| component | string | true | Name of the component |
| application | string | true | Name of the application |
Example
udclient -username jsmith -password passwd
-weburl https://deployserver.example.com:8443
addComponentToApplication
-application JPetStore
-component JPetStore-WEBRelated REST command: Add a component to an application..