export-service-config
Exports a service configuration.
export-service-config
[-b value | --bootstrap-config=value]
[-t value | --tool-password=value]
[-n 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 |
---|---|---|---|
|
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. See Bootstrap.xml file for more information. |
|
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. |
|
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.
|
|
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.
|
|
Optional | none | Indicates that the tool should overwrite any existing destination directory. |
|
Optional | config | The destination directory to which the configuration should be exported. |
Parent topic: Command-line reference