Installation
Install the zMesh CLI and connect it to your account.
Install from PyPI
Terminal
pip install zmesh-cliRequires Python 3.11+. Verify with:
zmesh --version
# zmesh-cli 0.1.0Install with pipx (Recommended)
pipxinstalls in an isolated environment so it won't conflict with other Python packages:
pipx install zmesh-cliAuthenticate
Terminal
zmesh login
# Enter your email: user@example.com
# Enter your password: ********
# ✓ Logged in as user@example.com
# Verify
zmesh whoami
# User: user@example.com
# API: https://api.zmesh.in/v1Self-Hosted Instance
Point the CLI to your own zMesh deployment:
zmesh login --api-url https://api.yourdomain.com/v1Upgrade
pip install --upgrade zmesh-cli