Overview
The command-line interface (CLI) provides an interface to the suite of RESTful application programming interfaces (APIs) exposed by the platform for managing resources.
Quick Start
Step 1: Initialize Config
Upon launching ica
for the first time, the configuration yaml file is created and the default config settings are set. Enter an alternative server URL or press enter to leave it as the default. Then enter your domain and press enter.
After installing the CLI, open a terminal window and enter the ica
command. This will initialize a configuration file in the home directory at .ica/config.yaml
. By default, the config.yaml
file will set the server-url to use1.platform.illumina.com
and will prompt you to change the region, if needed. After the region is set, the software will prompt you for your domain. (If you do not know the domain, contact your tenant admin.)
The config.yaml file will then contain the following entries:
Step 2: Login
Login with your username and enter your password in the prompt.
Alternatively, enter the project after logging in:
Step 3. Upload data
Step 1: Retrieve project volume name
The destination path for uploading files/folders will include the volume name in the form gds://example-project/
.
Step 2: Upload a folder
In this example, a local folder, which exists at ~/myfiles
, is uploaded. Choose a local folder that exists on your machine.
Step 3: List files in volume
Last updated