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://myserver.example.com:8443
addComponentToApplication
-application JPetStore
-component JPetStore-WEB
Related REST command: Add a component to an application..