eqs CLI v0.3.0
The CLI can now update itself — and it ships from its own home.
✨ eqs upgrade — self-update
eqs upgrade # download + install the latest release
eqs upgrade --check # is there a newer version? (doesn't install)
eqs upgrade --force # reinstall the latest even if you're currentIt fetches the newest release, verifies the SHA-256, and atomically replaces the running binary — the same thing the install script does, without leaving your terminal.
🏠 New install home — get.cli.equantic.space
The CLI now ships from its own repository and domain, decoupled from the platform's releases.
curl -fsSL https://get.cli.equantic.space/install.sh | shAlready on v0.3.0+? Just run eqs upgrade. On an older version? Re-run the install command once, then eqs upgrade keeps you current.
Full changelog: eQuantic/equantic-space@cli-v0.2.0...cli-v0.3.0