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.
Downloading and Installation
This operation is very simple, you just need to execute the command
sudo curl -fsSL https://config.enterprise.supervisely.com/cli -o /usr/local/bin/supervisely && sudo chmod +x /usr/local/bin/supervisely
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.
pip show supervisely
WARNING: Package(s) not found: supervisely
βοΈ 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.
supervisely version
Supervisely CLI 2.0.57 is up to date
# If you have an older version installed, you will see the following
Supervisely CLI 2.0.54
Version 2.0.57 is out! Upgrade now for the latest features.
Run 'supervisely self-update' in your terminal.
If you decided to update to the latest version run the following command.
supervisely self-update
Superviselyd updated to 2.0.24
Downloading latest CLI version: 100%|ββββββββββββββββ| 231M/231M [00:00<00:00, 770MB/s]
Supervisely CLI updated to 2.0.57
Now you're ready to use the CLI. Refer to the following sections for specific commands.
CLI Functionality
Last updated
Was this helpful?