exportComponentTemplate
Export a component template to a json file.
Format
udclient [global-args...] [global-flags...]
exportComponentTemplate [parameters]
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
componentTemplate | string | true | Name or ID of the component template |
Command to export a component template process in YAML format
udclient -username jsmith -password passwd
-weburl https://deployserver.example.com:8443
exportComponentTemplateProcess
-componentTemplate JPetStoreTemplate
-componentProcess "Deploy JPetStore Comp"
Response
File written to: ./component-process-Deploy JPetStore Comp.yml
Related REST command: Export a component template to a json file.