Releases of the orboto command-line client for orboto:
signed binaries for Linux, macOS and Windows, the install script, and the
npm packages (orboto + @orboto/cli-<os>-<arch>), published from this
repository on every release.
npm i -g orboto
# or
curl -fsSL https://raw.githubusercontent.com/orboto/orboto-cli/main/install.sh | shEvery release on this page ships orboto_<version>_<os>_<arch> binaries and
sha256sums.txt; orboto self-update fetches the newest one from here and
verifies the checksum. Pin a version with ORBOTO_CLI_VERSION=vX.Y.Z for the
script or orboto self-update --version vX.Y.Z.
The CLI's source lives in the orboto monorepo (cli/); this repository only
receives the release artefacts and runs the npm publish
(.github/workflows/publish-npm.yml, npm trusted publishing with
provenance). Issues about the CLI are welcome here.