A command-line tool for Valpero — check any URL's status and SSL from your terminal, or manage your monitors with an API key.
macOS / Linux
curl -sSL https://valpero.com/cli/install.sh | bashManual download — pick a binary from Releases:
| Platform | Binary |
|---|---|
| macOS (Apple Silicon) | valpero-darwin-arm64 |
| macOS (Intel) | valpero-darwin-amd64 |
| Linux x86_64 | valpero-linux-amd64 |
| Linux arm64 | valpero-linux-arm64 |
| Windows x86_64 | valpero-windows-amd64.exe |
valpero check https://api.myapp.com
valpero check api.myapp.com staging.myapp.comShows HTTP status, latency, redirects, SSL validity, and days until certificate expiry.
# Save your API key (one time)
valpero login --token=val_key_xxxxxxxxxxxx
# List all monitors with uptime and response time
valpero monitors
# Dashboard summary
valpero status
# Sign out
valpero logoutGet your API key at Dashboard → API.
| Command | Description |
|---|---|
check <url> [url...] |
HTTP status, latency, SSL for any URL — no login needed |
monitors |
List your monitors with uptime % and last response time |
status |
Dashboard summary |
login --token=<key> |
Save API key to ~/.config/valpero/config.json |
logout |
Remove saved API key |
version |
Print version |
git clone https://github.com/valpero/cli
cd cli
go build -o valpero .Requires Go 1.21+.
MIT © 2026 Valpero