Skip to content

Releases: eQuantic/equantic-space-cli-setup

Release list

cli-v0.3.0

Choose a tag to compare

@edgarmesquita edgarmesquita released this 02 Jul 11:08

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 current

It 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 | sh

Already 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