Next-generation platform

Downloading customizations

Use the command-line interface in Self Service to download customization packages.

Procedure

  1. Run the following command and provide the name of the package that was previously uploaded in Self Service.
    ssctl customization download
  2. If you are using a configuration file, set the --config argument, and then point it to your configuration file.
  3. If you are not using a configuration file, ensure that you set the --token, --tenant-code, and --environment-name arguments.
    Note: Steps 2 and 3 are required only if the token and the tenantCode are not set in the myconfig.json file.
  4. If you have a customization package such as myfile.jar that is already uploaded in Self Service, use the following command to download it in your environment such as the development environment.
    ssctl customization download --customization-file myfile.jar --environment-name dev-1 --config myconfig.json

Results

The command exits with a return code, which indicates success or failure of the download. A nonzero exit code from ssctl indicates an error while downloading the customization package.