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
- Run the
ssctl customization upload
command and provide the filename by
using the --file
argument. For example,
ssctl customization upload --file myfile.jar
- If you are using a configuration file, set the
--config
argument and
then point it to your configuration file.
- If you are not using a configuration file, ensure that you set the
--token
, --tenant-code
, and --environment-name
arguments.