Supervisely SDK CLI
Use Command Line Interface for easy and convenient usage of supervisely functional right inside your console locally and with shell scripts on instance!
Introduction
Prerequisites
pip3 install --upgrade superviselyInteract with Projects using CLI
Download a Project
supervisely project download -id <project-id> -d <local-destination>Get project name
Upload a Project
Interact with Team files using CLI
Download directory from Team files
Upload directory to Team files
Remove directory from Team files
Remove file from Team files
Interact with Workspace tasks using CLI
Set link to a Team files directory
Release your Private Apps using CLI
Advanced
Create file requirements.txt
requirements.txtMake shell script create_venv.sh
create_venv.shActivate virtual environment
Last updated