Skip to main content

Install

npm install -g cassian-cli

Login

cassian login
Opens your browser. Sign in, then paste the 6-digit code.

Create a project

cd your-project
cassian init
Creates cassian.yaml with your GPU and storage preferences.

Start

cassian up

Connect

cassian ssh
Your files are in /workspace. Edit locally or in the container, both stay in sync.

Run a command

cassian exec "python train.py --epochs 10"

Stop

cassian down
Your workspace is saved. Next cassian up picks up where you left off.

Check status

cassian status