Next-generation platform

Downloading developer toolkits

Use the command-line interface in Self Service to download the developer toolkit and identify the version number of the developer toolkit without having to access Self Service user interface.

Procedure

  1. Run the following command to get the latest developer toolkit.
    ssctl devtoolkit download --latest
  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 want to download the developer toolkit for a specific environment such as the development environment, use the following command to download it.
    ssctl devtoolkit download --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 developer toolkit.