Skip to main content

Command-line interface for Zoro deployments and chat workflows

Project description

Zoro CLI

Command-line interface for Zoro deployments and chat workflows.

Installation

Quick Install (Recommended)

curl -fsSL https://get.zoro.algohub.cc | bash

Or with wget:

wget -qO- https://get.zoro.algohub.cc | bash

The same command also updates to the latest version when run again.

From PyPI

pip install -U zoro-cli

From Source

git clone <repository>
cd zoro_cli
pip install -e .

Binary Install (No Python Required)

Download pre-built binaries from GitHub Releases:

# macOS (Apple Silicon)
curl -L -o zoro https://github.com/yourorg/zoro/releases/latest/download/zoro-x.x.x-darwin-arm64
chmod +x zoro
sudo mv zoro /usr/local/bin/

# macOS (Intel)
curl -L -o zoro https://github.com/yourorg/zoro/releases/latest/download/zoro-x.x.x-darwin-x86_64
chmod +x zoro
sudo mv zoro /usr/local/bin/

# Linux (x86_64)
curl -L -o zoro https://github.com/yourorg/zoro/releases/latest/download/zoro-x.x.x-linux-x86_64
chmod +x zoro
sudo mv zoro /usr/local/bin/

# Linux (ARM64)
curl -L -o zoro https://github.com/yourorg/zoro/releases/latest/download/zoro-x.x.x-linux-arm64
chmod +x zoro
sudo mv zoro /usr/local/bin/

Configuration

Default API base URL: https://api.zoro.algohub.cc/api/v1

First Login

# Using API token (recommended)
zoro login --token <your-token>

# Using email/password
zoro login --email you@example.com

Release model:

  • Public distribution is via PyPI (pip install zoro-cli)
  • The source repository can remain private
  • Binary release assets are available on GitHub Releases for users without Python
  • GitHub Actions automatically builds and publishes on every tag push (cli/v* or v*)

Interactive mode:

  • zoro launches the terminal UI
  • zoro ui explicitly launches the terminal UI
  • plain text sends chat messages through the existing Zoro chat session
  • slash commands control sessions, plans, approvals, and log views

TUI slash commands:

  • /help
  • /new
  • /sessions
  • /use <session_id>
  • /projects
  • /servers
  • /envs <project_id>
  • /plan <project_id> <env_id> <branch> [method]
  • /show <deployment_id>
  • /approve <deployment_id>
  • /cancel <deployment_id>
  • /logs <deployment_id>

Current commands:

  • zoro login
  • zoro ui
  • zoro logout
  • zoro whoami
  • zoro resume - Resume last chat session
  • zoro projects list
  • zoro servers list
  • zoro envs list --project-id <id>
  • zoro deploy plan
  • zoro deploy show
  • zoro deploy approve
  • zoro deploy cancel
  • zoro deploy logs

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zoro_cli-0.1.8.tar.gz (51.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

zoro_cli-0.1.8-py3-none-any.whl (60.7 kB view details)

Uploaded Python 3

File details

Details for the file zoro_cli-0.1.8.tar.gz.

File metadata

  • Download URL: zoro_cli-0.1.8.tar.gz
  • Upload date:
  • Size: 51.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for zoro_cli-0.1.8.tar.gz
Algorithm Hash digest
SHA256 568263e0fef25f59eed71f9fee844a7fd3b6a2d86f632430b480b0884141e4e6
MD5 3a63ee3ac3fac25edc55c7ee499763b1
BLAKE2b-256 1d0e03662d90c96a6482c2483723ab23cf4110bc8d7344cc3119335c317839e8

See more details on using hashes here.

Provenance

The following attestation bundles were made for zoro_cli-0.1.8.tar.gz:

Publisher: publish-cli.yml on cerdowizard/zoro_deploy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zoro_cli-0.1.8-py3-none-any.whl.

File metadata

  • Download URL: zoro_cli-0.1.8-py3-none-any.whl
  • Upload date:
  • Size: 60.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for zoro_cli-0.1.8-py3-none-any.whl
Algorithm Hash digest
SHA256 248f86dae743c0fe4b43f08b605005a591a5fca478ee42d2b44b06d30b12ff37
MD5 a31f3732fac21a650f5d0d8668c3212e
BLAKE2b-256 1558a8043dae715802a068f66887a7c042e9a92d1e1ca45827952f5c20491b2f

See more details on using hashes here.

Provenance

The following attestation bundles were made for zoro_cli-0.1.8-py3-none-any.whl:

Publisher: publish-cli.yml on cerdowizard/zoro_deploy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page