CLI Installation
macOS — Homebrew (recommended)
brew install uptime-scheduler/tap/uptimectlTo upgrade to the latest version:
brew upgrade uptimectlLinux — direct download
Download the binary for your architecture from the latest release and move it onto your PATH:
# x86_64curl -L https://github.com/Uptime-scheduler/uptime-cli/releases/latest/download/uptimectl-linux-x86_64.tar.gz | tar xzsudo mv uptimectl /usr/local/bin/
# arm64curl -L https://github.com/Uptime-scheduler/uptime-cli/releases/latest/download/uptimectl-linux-arm64.tar.gz | tar xzsudo mv uptimectl /usr/local/bin/Verify the installation
uptimectl --versionNext steps
Run uptimectl login to authenticate — see the CLI Overview for what to do next.