export-service-config
Exports a service configuration.
export-service-config [-b value | --bootstrap-config=value] [-t value | --tool-password=value] [-c value | --config-name=value] [-a value | --capability=value] [-d value | --deployment-area=value] [-f | --force] [destination directory]
Overview
Use this command to export a service configuration for editing. The edited configuration can be imported using the import-service-config command. Either specify a configuration name or, to export a default configuration, a capability, and a deployment area.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. See Bootstrap.xml file for more information. |
-c value --config-name=value |
Required, unless the --capability and --deployment-area arguments are specified (in which case this argument cannot be specified). | none | The name of the configuration that should be exported. |
-a value --capability=value |
Required, unless the --config-name argument is specified (in which case this argument cannot be specified). | none | The name of a capability for which the default configuration should be exported. The possible values can be found using the list-service-configs command. This argument must be specified together with the --deployment-area argument. |
-d value --deployment-area=value |
Required, unless the --config-name argument is specified (in which case this argument cannot be specified). | none | The name of a deployment area for which the default configuration should be exported. This argument must be specified together with the --capability argument. |
-f --force |
Optional | none | Indicates that the tool should overwrite any existing destination directory. |
[destination directory] |
Optional | config | The destination directory to which the configuration should be exported. |
Copyright © TIBCO Software Inc. All rights reserved.