1.0X Setting up Rescale CLI
A command-line app for submitting jobs to Rescale
The Rescale Client App or Rescale Command Line Interface (CLI)A command-line interface (CLI) is a method of interacting wi... More is a Java-based client application for submitting and managing jobs to Rescale without having to explicitly know the Rescale APIApplication program interface (API) is a set of routines, pr... More. Aside from providing a simple command line utility for the Rescale API, it also integrates the multi-threaded transfer library for uploading files directly to the Rescale Cloud StorageCloud storage is a simple and scalable way to store, access,... More. This also handles any authentication related to uploading/downloading files from the Rescale Data Store. The App has several main functions:
- Submit: submitting a job in the current working directory to Rescale
- Status: obtaining the status of a running job on Rescale
- Sync: syncing output files of jobs to your hard drive
- Retrieve Info: retrieve metadata from the Rescale API
This section describes the steps needed to set up the Rescale CLI App on your local workstation. You will need to set up your API Key settings and install Java to download and use the Rescale CLI App.