Spotfire Server and Environment - Quick Start

add-ds-template

Adds a new data source template.

add-ds-template 
[-b value | --bootstrap-config=value] 
[-t value | --tool-password=value]
<-n value | --name=value> 
[-e <true|false> | --enabled=<true|false>] 
[--comment=value]
<template definition file>

Overview

Use this command to add a new data source template to the Spotfire Server configuration. The name of the template must be unique.

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 add. The name must be unique.
-e <true|false>
--enabled=<true|false>
Optional false The enable flag indicates whether or not the newly created data source template should be enabled.
--comment=value
Optional Added via CLI The description of the reasons for adding the template.
<template definition file>
Required none The path to the file containing the data source template definition.