hec is the command-line client for Hecate Cloud.
This repository is a binary distribution channel only. It does not contain the
hec source code.
curl -fsSL https://raw.githubusercontent.com/hecatehq/hec/main/install.sh | shThe installer detects your OS and CPU architecture, downloads the latest
release asset from this repository, verifies it against the published checksum,
and installs hec into ~/.local/bin by default.
To choose another install directory:
curl -fsSL https://raw.githubusercontent.com/hecatehq/hec/main/install.sh | HEC_INSTALL_DIR=/usr/local/bin shTo install a specific version:
curl -fsSL https://raw.githubusercontent.com/hecatehq/hec/main/install.sh | HEC_VERSION=v0.1.0 shhec login
hec deployments
hec open
hec update
hec self updateRun bare hec for an interactive menu with arrow-key navigation, or
hec --help for the current command list.
hec self updateTo install a specific CLI version:
hec self update --version v0.1.0hec self uninstallFor shell-only uninstall:
curl -fsSL https://raw.githubusercontent.com/hecatehq/hec/main/install.sh | HEC_UNINSTALL=1 shhec is proprietary software. See LICENSE.