Spotfire® Server and Environment - Installation and Administration

export-deployment-area

Exports the deployment area to a file with the extension .sdn.

export-deployment-area 
[-b value | --bootstrap-config=value] 
[-t value | --tool-password=value] 
<-a value | --area-name=value> 
[-n value | --file-name=value] 
[-f | --force]

Overview

Use this command to export all of the packages in the specified deployment area and save them in a .sdn file at the specified file path.

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 prompts the end user for it on the console. See Bootstrap.xml file for more information.
-a value
--area-name=value
Required none The name of the area to export.
-n value
--file-name=value
Optional export.sdn The file system path to where the deployment area is exported.
-f
--force
Optional none Specifies whether to overwrite an existing file at the destination specified by -n.