Next-generation platform

Commands for Configuration Deployment Tool (CDT) actions

The command-line interface (CLI) provides commands for various Configuration Deployment Tool (CDT) actions. For example, as a Systems Integrator, you can import or export data from a source database to a target database. As the information differs across the two databases, you can use the CDT tool to work with this data to transform, replace, or filter data. Then, you can use the import or export commands to export the data to other locations.

Command-line interface (CLI) commands

Generate sample
Generates a sample Preference.XML template, for more information, see Exporting CDT.
Examples:
ssctl cdt create-sample --type import
ssctl cdt create-sample --type export
List
Lists the CDT files that are available on a target environment.
Example:
ssctl cdt list
Download
Specifies the CDT file to download that is available on the system, such as test-cdt.zip.
Example:
ssctl cdt download -f test-cdt.zip
Upload
Users with the Developer role can upload external CDT files in a compressed .zip format by using Self Service, such as test-cdt.zip.
Example:
ssctl cdt upload -f test-cdt.zip
Import
Pulls a list of the CDT.zip files that are available on a specific environment. For more information, see Importing CDT.
Example:
ssctl cdt import --cdt-file test-cdt.zip --ydk-prefs-file cdt-sample.xml
Export
Provides the CDT exported name tag for the generated CDT file.
Example:
ssctl cdt export --name-tag testNameTag --ydk-prefs-file cdt-sample.xml