Spotfire® Server and Environment - Installation and Administration

create-deployment-area

Creates a deployment area.

create-deployment-area 
<-a value | --area-name=value> 
[-b value | --bootstrap-config=value] 
[-t value | --tool-password=value] 
[-i <true|false> | --ignore-existing=<true|false>]

Overview

Use this command to create a deployment area. See also manage-deployment-areas.

Options

Option Optional or Required Default Value Description
-a value
--area-name=value
Required none The name of the area.
-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
OptionalnoneThe configuration tool password used to decrypt the database password in the file bootstrap.xml. If the tool password is omitted, the command prompts the user for it in the console. Refer to Bootstrap.xml file.
-i <true|false>
--ignore-existing=<true|false>
OptionalfalseThere can be only one area with a given name. If this flag is set, then a check is performed to see an area with this name already exists. If so, then no attempt is made to create this area.