Use Command Line Interface for managing the new CLI and its daemon. Automate the initialization and upgrading processes effortlessly.
Beta. Release coming soon.
Introduction
This documentation guides you through the usage of the new Enterprise CLI tool, designed to manage your Supervisely instance. CLI consists of two parts: the CLI itself and the daemon. The CLI is a command-line tool that you can use to manage the daemon. The daemon is a system service that runs on your machine and performs the necessary actions on your instance.
The CLI commands provided here are subject to updates. If you have specific functionalities you'd like to see or suggestions for improvements, feel free to reach out to the development team.
Downloading and Installation
This operation is very simple, you just need to execute the command
βοΈ Remember that it is always better to work in a virtual environment in which the SDK is installed. Therefore, it is recommended to remove Supervisely SDK from the global environment and install it in the virtual environment.
Then check that you have the latest version of the CLI package installed.
superviselyversionSuperviselyCLI2.0.57isuptodate# If you have an older version installed, you will see the followingSuperviselyCLI2.0.54Version2.0.57isout!Upgradenowforthelatestfeatures.Run'supervisely self-update'inyourterminal.
If you decided to update to the latest version run the following command.
Now you're ready to use the CLI. Refer to the following sections for specific commands.