Links

What is the VESSL CLI/SDK?

VESSL CLI/SDK is a unified tool to manage VESSL resources. It includes the following:
  • Command Line Interface (CLI)
  • Python SDK

Installation

You can install the latest VESSL CLI and SDK using pip.
pip install vessl
pip install vessl==0.1.1 # to install a specific version
The minimum required version is 0.1.1. Check your version and upgrade to the latest version.
vessl --version # to check the current version
pip install --upgrade vessl # to upgrade
VESSL CLI/SDK requires Python 3.8 or above.