Requirements
Linux or macOS on x86-64 or ARM64, withcurl and either sha256sum or shasum.
Install the CLI
/usr/local/bin/vers. To install without elevated
permissions, use a directory you own:
PATH setting to your shell startup file. The installer uses the latest
stable release; set VERS_VERSION to pin a published version.
Manual download
Immutable versioned artifacts live athttps://releases.vers.sh/cli/v<version>/:
Download the matching binary and adjacent
.sha256 file, verify the checksum,
make the binary executable, and move it onto your PATH.
Authentication
Get an API key from the Vers dashboard and setVERS_API_KEY:
~/.versrc, restrict its permissions with chmod 600 ~/.versrc.
Once vers whoami succeeds, follow the Quickstart.
Anonymous telemetry
Anonymous command telemetry is enabled by default. To turn it off:Updating
Check for or install the latest stable release:Troubleshooting
Command not found
Check that the install directory is on yourPATH:
Authentication failed
UpdateVERS_API_KEY with a valid dashboard key and run vers whoami again.