1.1X Rescale CLI Commands
This section provides a list of various commands the Rescale CLI App supports. You can also go through the Rescale CLI Tutorial/articles/rescale-cli-tutorial-110/ for additional information on using CLI commands. Please note the following –
- If you set up the APIApplication program interface (API) is a set of routines, pr... key as an environment variable Simplifying CLI Commands page, you may omit
[-p <api-token>]
from the below commands. - Rescale CLI defaults to the US platform platform.rescale.com. If you are a user on any of the other global platforms (EU, JP, KR, ITAR), please specify your regional platform using the -X flag in your CLI command. For example:
PLATFORM | CLI COMMAND |
EU | rescale-cli -X https://eu.rescale.com submit -p <api-token> -i <input-script> |
Japan | rescale-cli -X https://platform.rescale.jp submit -p <api-token> -i <input-script> |
Korea | rescale-cli -X https://kr.rescale.com submit -p <api-token> -i <input-script> |
ITAR | rescale-cli -X https://itar.rescale.com submit -p <api-token> -i <input-script> |
- If you wish to get help on Rescale CLI Commands, you can use the
-h
flag. Example –rescale-cli -h