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