Spotfire Server and Environment - Quick Start

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
-b value
--bootstrap-config=value
Optional none The path to the bootstrap configuration file. See Bootstrap.xml file for more information about this file.
-t value
--tool-password=value
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.
-n value
--name=value
Required none The name of the data source template to modify.
-e <true|false>
--enable=<true|false>
Optional none Indicates whether the data source template should be enabled. If no argument is given, the value is unchanged.
-r value
--rename=value
Optional none The name to rename the data source template to. If no argument is given, the value is unchanged.
--comment=value
Optional Updated via CLI The description of the changes made when modifying the template. The default value is 'Updated via CLI'.
-d value
--definition=value
Optional none The path to the file containing a new data source template definition. If no argument is given, the value is unchanged.
-f
--force
Optional false The force flag indicates whether the command should overwrite the existing template without prompting.