modify-ds-template
Modifies a data source template.
modify-ds-template
[-b value | --bootstrap-config=value]
[-t value | --tool-password=value]
<-n value | --name=value>
[-e <true|false> | --enable=<true|false>]
[-r value | --rename=value]
[--comment=value]
[-d value | --definition=value]
[-f | --force]
Overview
Use this command to modify a data source template used by Information Services.
Options
| Option | Optional or Required | Default Value | Description |
|---|---|---|---|
|
Optional | none | The path to the bootstrap configuration file. See Bootstrap.xml file for more information about this file. |
|
Optional | none | The configuration tool password used to decrypt the database password in the bootstrap.xml file. If the tool password is omitted, the command will prompt the end-user for it on the console. |
|
Required | none | The name of the data source template to modify. |
|
Optional | none | Indicates whether the data source template should be enabled. If no argument is given, the value is unchanged. |
|
Optional | none | The name to rename the data source template to. If no argument is given, the value is unchanged. |
|
Optional | Updated via CLI | The description of the changes made when modifying the template. The default value is 'Updated via CLI'. |
|
Optional | none | The path to the file containing a new data source template definition. If no argument is given, the value is unchanged. |
|
Optional | false | The force flag indicates whether the command should overwrite the existing template without prompting. |