Scorpio CLI
Command-line installer and local setup interface for Scorpio IoT UC.
Installation
Install on Debian or Raspberry Pi OS
Debian-based systems protect the system Python environment. Install Scorpio CLI
with pipx instead of using sudo pip or --break-system-packages.
sudo apt update
sudo apt install pipx
pipx ensurepath
source ~/.profile
pipx install scorpio-cli
Commands
scorpio ui Start the setup interface
scorpio setup Install host dependencies
scorpio setup-docker Configure and start Docker infrastructure
scorpio start Start Scorpio services
scorpio stop Stop Scorpio services and preserve data
scorpio status Show service status
scorpio logs Follow service logs
scorpio build Build Docker images
scorpio reset Stop services and permanently remove Docker data
scorpio reset requires explicit confirmation because it removes the MQTT and
SQLite Docker volumes.
Upgrade or uninstall the CLI with:
pipx upgrade scorpio-cli
pipx uninstall scorpio-cli
Development
- Setup the backend service with:
python -m scorpio.server.dev - Setup the frontend service with
cd scorpio/ui && npm install && npm run dev
Release files for scorpio-cli 0.1.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| scorpio_cli-0.1.1.2.tar.gz | 102.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| scorpio_cli-0.1.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 211.4 kB
Release files / scorpio_cli-0.1.1.2.tar.gz
| Download URL | scorpio_cli-0.1.1.2.tar.gz |
|---|---|
| Size | 102.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
acbac6f2b17374fd82da4fe54ccc62e94cec58b0c814881eaac63f907b106c0f
|
|
BLAKE2b-256 checksum How to use checksums |
4b11d6cba8728b436dced8e6833c7342889d0331139bcbc9f369487873383f25
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.5
|
Release files / scorpio_cli-0.1.1.2-py3-none-any.whl
| Download URL | scorpio_cli-0.1.1.2-py3-none-any.whl |
|---|---|
| Size | 109.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1a53cb748f2e39db12809bd4f9980c0c8038230978498d27ed851b5314641c49
|
|
BLAKE2b-256 checksum How to use checksums |
64d07fa9b6d9607ce449506c81e0d262c9eb3721735a0f0dfb47ac8e12f8d154
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.5
|