Skip to content

CLI Installation

Terminal window
brew install uptime-scheduler/tap/uptimectl

To upgrade to the latest version:

Terminal window
brew upgrade uptimectl

Linux — direct download

Download the binary for your architecture from the latest release and move it onto your PATH:

Terminal window
# x86_64
curl -L https://github.com/Uptime-scheduler/uptime-cli/releases/latest/download/uptimectl-linux-x86_64.tar.gz | tar xz
sudo mv uptimectl /usr/local/bin/
# arm64
curl -L https://github.com/Uptime-scheduler/uptime-cli/releases/latest/download/uptimectl-linux-arm64.tar.gz | tar xz
sudo mv uptimectl /usr/local/bin/

Verify the installation

Terminal window
uptimectl --version

Next steps

Run uptimectl login to authenticate — see the CLI Overview for what to do next.