Installing the CLI
npm
The CLI will ship as a Node.js package on npm:
npm install -g @agelo-platform/cliAfter install, agelo --version should print the version.
Homebrew (macOS, Linux)
brew tap agelo-platform/agelobrew install ageloPre-built binaries
Single-binary builds for Linux, macOS, and Windows will be attached to each GitHub release at https://github.com/Agelo-Platform/agelo-cli/releases.
curl -L -o agelo https://github.com/Agelo-Platform/agelo-cli/releases/latest/download/agelo-linux-amd64chmod +x agelosudo mv agelo /usr/local/bin/Verifying the install
agelo --versionagelo --helpIf agelo --help lists subcommands, you’re set. Move on to auth to wire up credentials.
Uninstalling
| Method | Command |
|---|---|
| npm | npm uninstall -g @agelo-platform/cli |
| brew | brew uninstall agelo |
| Manual binary | Delete the file from your PATH. |
The credentials file at ~/.config/agelo/credentials.json is left in place — remove it manually if you want a clean state.