Skip to content

valpero/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Valpero CLI

A command-line tool for Valpero — check any URL's status and SSL from your terminal, or manage your monitors with an API key.

Go Platform Version


Install

macOS / Linux

curl -sSL https://valpero.com/cli/install.sh | bash

Manual 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

Usage

Check any URL — no account required

valpero check https://api.myapp.com
valpero check api.myapp.com staging.myapp.com

Shows HTTP status, latency, redirects, SSL validity, and days until certificate expiry.

Manage your monitors

# 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 logout

Get your API key at Dashboard → API.


Commands

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

Build from source

git clone https://github.com/valpero/cli
cd cli
go build -o valpero .

Requires Go 1.21+.


License

MIT © 2026 Valpero

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors