Next-generation platform

Uploading customizations

Use the command-line interface from Self Service for automating the upload of customization packages to your environments. The upload is done automatically at the end of the build process, thus deploying your changes into your environment.

Procedure

  1. Run the ssctl customization upload command and provide the filename by using the --file argument. For example,
    ssctl customization upload --file myfile.jar
  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.