@stillup/cli
v1.0.0
Published
StillUp Sentinel CLI - The infrastructure safety layer in your terminal.
Readme
@stillup/cli
The Infrastructure Safety Layer in your terminal.
StillUp Sentinel CLI is the official command-line interface for monitoring, guarding, and observing your infrastructure heartbeats.
Installation
npm install -g @stillup/cliGetting Started
Login with your API Key:
stillup login <your-api-key>Send a Heartbeat manually:
stillup hb <monitor-token>Monitor a Tunnel (Latency + Handshake):
stillup tunnel monitor <monitor-token> --target 8.8.8.8 --interval 60Check ReplayGuard Status:
stillup guard status <execution-id>View Activity Logs:
stillup logs --limit 10Manage Monitors:
# List all monitors stillup monitor list # Add a new Tunnel monitor (as seen in docs) stillup monitor add --type tunnel --name "HQ-Office-VPN" --threshold 180s # Delete a monitor stillup monitor delete <monitor-id>
Features
- Heartbeat Pulses: Simple CLI pings to keep your monitors alive.
- Tunnelight Engine: Continuous latency and handshake monitoring for secure tunnels.
- ReplayGuard Observation: Inspect guarded execution status and side effects.
- Secure Configuration: Uses standard OS-level config stores to keep your keys safe.
License
MIT
