Quickstart

After sign up, following these steps to run your first job on PERIAN Sky Platform.

Requirements

Make sure you have Python Version 3.10 or newer installed on your system.

Setting Up Your Environment

1. Install the CLI
To start using the PERIAN CLI, you need to install it from PyPI. You can install it using pip:
 pip install perian-cli
2. Enable Autocompletion
perian --install-completion
3. Log into Your Account
Before using any CLI commands, you need to log into your account:
perian login
Enter your credentials when prompted. The exact login details can be found in your 'Welcome' mail.

Running Your First Job

perian job create --image hello-world --cores 2

Monitor the progress of your job:

perian job get --last

Click here for more details on what you can do with the CLI, or run the following:

perian --help