Enterprise CLI Tool
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
Prerequisites
First, make sure you don't have the Supervisely SDK installed globally. In the other case, there may be a conflict in the namespace.
☝️ 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.
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.
CLI Functionality
Last updated